Sha256: fef74f851a8c0abe29ca119a2e47f0afc97c76eb53fa5699f727643d56455d46
Contents?: true
Size: 1.01 KB
Versions: 196
Compression:
Stored size: 1.01 KB
Contents
# UltracartClient::AdjustInternalCertificateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **adjustment_amount** | **Float** | The adjustment amount | [optional] | | **description** | **String** | Description of this adjustment, 50 characters max | [optional] | | **entry_dts** | **String** | Optional timestamp for the adjustment, defaults to current time | [optional] | | **expiration_days** | **Integer** | Optional expiration days from the entry_dts when these adjustment becomes worthless | [optional] | | **order_id** | **String** | Optional order id if this adjustment is related to a particular order | [optional] | | **vesting_days** | **Integer** | Optional days required for this adjustment to vest | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AdjustInternalCertificateRequest.new( adjustment_amount: null, description: null, entry_dts: null, expiration_days: null, order_id: null, vesting_days: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems