Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.13 KB

ClientPurchaseRecord.md

File metadata and controls

18 lines (14 loc) · 1.13 KB

ClientPurchaseRecord

Properties

Name Type Description Notes
sale \Swagger\Client\Model\Sale Contains details about the sale and payment for a purchase event. [optional]
description string The item name and description. [optional]
account_payment bool If `true`, the item was a payment credited to an account. [optional]
price double The item's price before taxes and discounts. [optional]
amount_paid double The amount paid for the item. [optional]
discount double The discount amount that was applied to the item. [optional]
tax double The amount of tax that was applied to the item. [optional]
returned bool The return status of the item. If `true`, this item was returned. [optional]
quantity int The quantity of the item purchased. [optional]

[Back to Model list] [Back to API list] [Back to README]