Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.03 KB

CustomerStoreCredit.md

File metadata and controls

15 lines (11 loc) · 1.03 KB

com.ultracart.admin.v2.Model.CustomerStoreCredit

Properties

Name Type Description Notes
Available decimal? Available store credit which is defined as unused and vested [optional]
Expiring decimal? Amount of store credit expiring within 30 days [optional]
FutureLedgers List<CustomerStoreCreditLedgerEntry> Array of future ledger entries including expiring entries [optional]
PastLedgers List<CustomerStoreCreditLedgerEntry> Array of past ledger entries including accrual, usage, and expiring entries [optional]
Total decimal? Total lifetime store credit for this customer. [optional]
Vesting decimal? Amount of store credit vesting [optional]

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