OrderGiftPackageLine
type OrderGiftPackageLine {
isRefunded: Boolean
price: Float!
priceListId: String
taxValue: Float
}
Fields
isRefunded
BooleanIndicates whether the gift cost is refunded if the order is refunded. isRefunded returns true
if the amount is refunded.
It is the price of the order gift package line.
priceListId
StringtaxValue
FloatIt is the tax value of the order gift package line price.