Skip to main content

RefundType

No description

type RefundType {
id: Int!
itemId: Int!
articleNumber: String
createdAt: DateTime!
reason: String
reasonCode: Int
refundType: String
toBalance: Boolean!
total: Float!
vat: Float!
}

Fields

RefundType.id ● Int! non-null scalar

RefundType.itemId ● Int! non-null scalar

RefundType.articleNumber ● String scalar

RefundType.createdAt ● DateTime! non-null scalar

RefundType.reason ● String scalar

RefundType.reasonCode ● Int scalar

RefundType.refundType ● String scalar

RefundType.toBalance ● Boolean! non-null scalar

RefundType.total ● Float! non-null scalar

RefundType.vat ● Float! non-null scalar

Member Of

OrderType object