Sha256: 521c753fcb5094fa31a3f945753841e609976718a63bf906fc9cc7cfa40c449c
Contents?: true
Size: 676 Bytes
Versions: 203
Compression:
Stored size: 676 Bytes
Contents
# UltracartClient::AccountsReceivableRetryDayActivity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **charge** | **Boolean** | True if a charge attempt should be made on this day. False means the order should be rejected on this day. | [optional] | | **coupon_code** | **String** | The coupon code that should be applied to this order. | [optional] | | **day** | **Integer** | The number of days since the order placed in Accounts Receivable | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AccountsReceivableRetryDayActivity.new( charge: null, coupon_code: null, day: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems