The purchase object allows you to manage purchases for a transaction.
Attributes |
---|
id integer The unique id for the purchase object. |
total_quantity positive integer The total quantity of the purchase. |
price positive float or zero The basket purchase subtotal. |
discount positive float or zero The total discount value of the basket purchase. |
fee positive float or zero The fee value of the basket purchase. |
tax positive float or zero The tax value of the basket purchase. |
total positive float or zero The total for the basket. |
gift_voucher object The gift voucher object |
gift_email string Gift email for the purchase |
gift_message string Gift message for the purchase |
status string The status of the purchase |