Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 578 Bytes

File metadata and controls

12 lines (9 loc) · 578 Bytes

# Purchase

Properties

Name Type Description Notes
sku string The unique identifier of the purchased item.
amount string The amount, in USD, spent purchasing the item.
iso string The 3-letter ISO 4217 currency code. Required for correct storage and conversion of amount.
count int [optional]

[Back to API list] [Back to README]