Sha256: 2b43ae0795291a764c01992a05987bd39c581395a764d1a45aa9ae54bc603863
Contents?: true
Size: 1.07 KB
Versions: 196
Compression:
Stored size: 1.07 KB
Contents
# UltracartClient::CustomerStoreCredit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **available** | **Float** | Available store credit which is defined as unused and vested | [optional] | | **expiring** | **Float** | Amount of store credit expiring within 30 days | [optional] | | **future_ledgers** | [**Array<CustomerStoreCreditLedgerEntry>**](CustomerStoreCreditLedgerEntry.md) | Array of future ledger entries including expiring entries | [optional] | | **past_ledgers** | [**Array<CustomerStoreCreditLedgerEntry>**](CustomerStoreCreditLedgerEntry.md) | Array of past ledger entries including accrual, usage, and expiring entries | [optional] | | **total** | **Float** | Total lifetime store credit for this customer. | [optional] | | **vesting** | **Float** | Amount of store credit vesting | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerStoreCredit.new( available: null, expiring: null, future_ledgers: null, past_ledgers: null, total: null, vesting: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems