CartItemSurcharge
No description
type CartItemSurcharge {
names: [LocalizedString!]!
descriptions: [LocalizedString!]!
type: String!
value: Float!
taxCode: Taxcode!
taxPercentage: Int
quantity: Int
price: Float
totalPrice: Float
priceNet: Float
totalPriceNet: Float
}
Fields
CartItemSurcharge.names
● [LocalizedString!]!
non-null object
Localized names
CartItemSurcharge.descriptions
● [LocalizedString!]!
non-null object
Localized descriptions
CartItemSurcharge.type
● String!
non-null scalar
Type
CartItemSurcharge.value
● Float!
non-null scalar
Value
CartItemSurcharge.taxCode
● Taxcode!
non-null enum
Tax code
CartItemSurcharge.taxPercentage
● Int
scalar
Tax percentage
CartItemSurcharge.quantity
● Int
scalar
Quantity
CartItemSurcharge.price
● Float
scalar
Price
CartItemSurcharge.totalPrice
● Float
scalar
Total price
CartItemSurcharge.priceNet
● Float
scalar
Net price
CartItemSurcharge.totalPriceNet
● Float
scalar
Total net price
Member Of
CartBaseItem
object ● CartMainItem
object