Skip to main content

OrderTotalDiscounRow

No description

type OrderTotalDiscounRow {
id: Int!
code: String
type: String
discountAmountPerUnit: Float!
}

Fields

id ● Int!

discount id

code ● String

discount code

type ● String

type of discount

discountAmountPerUnit ● Float!

discount amount per unit

Example

{}