Receipt
Properties
Name | Type | Required | Description |
---|---|---|---|
contact | ReceiptContact | ✅ | |
unique_receipt_id | str | ✅ | |
receipt_number | str | ✅ | |
created_date | str | ✅ | |
store_external_id | str | ✅ | |
currency | str | ✅ | |
total_gross_price | float | ✅ | |
payment_methods | List[ReceiptPaymentMethod] | ✅ | |
items | List[ReceiptItem] | ✅ | |
exchange_rate_to_group_currency | float | ❌ | |
tax_details | List[ReceiptTaxDetail] | ❌ | |
used_bonus_checks | List[ReceiptUsedBonusCheck] | ❌ | |
used_promotions | List[ReceiptUsedPromotion] | ❌ | |
extra_data | List[ReceiptExtraDataItem] | ❌ |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs