Sha256: e5c599e90483e7e026ea7307942ead9b1c24b92b6a86ba59fa6528f29358ca9d
Contents?: true
Size: 742 Bytes
Versions: 203
Compression:
Stored size: 742 Bytes
Contents
# UltracartClient::CustomerStoreCreditAddRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | Amount of store credit | [optional] | | **description** | **String** | Description or reason for the store credit | [optional] | | **expiration_days** | **Integer** | Optional days for store credit to expire or zero for no expiration | [optional] | | **vesting_days** | **Integer** | Optional days for store credit to vesting or zero for immediately available | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerStoreCreditAddRequest.new( amount: null, description: null, expiration_days: null, vesting_days: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems