Skip to main content

OrderGiftPackageLine

type OrderGiftPackageLine {
isRefunded: Boolean
price: Float!
priceListId: String
taxValue: Float
}

Fields

isRefundedBoolean

Indicates whether the gift cost is refunded if the order is refunded. isRefunded returns true if the amount is refunded.

priceFloat!required

It is the price of the order gift package line.

priceListIdString
taxValueFloat

It is the tax value of the order gift package line price.