OrderGiftPackageLine
type OrderGiftPackageLine {
isRefunded: Boolean
price: Float!
priceListId: String
taxValue: Float
}
Fields
isRefundedBooleanIndicates 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.
priceListIdStringtaxValueFloatIt is the tax value of the order gift package line price.