Sha256: bbd79c72bdae529fcbd00d99de07d93e971745706853a17edc9fabd5eb0a64c4
Contents?: true
Size: 1.03 KB
Versions: 58
Compression:
Stored size: 1.03 KB
Contents
# CybridApiBank::ExchangeSettlementObligationBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the exchange settlement obligation. | [optional] | | **exchange_settlement_guid** | **String** | The identifier of the exchange settlement that corresponds to this obligation. | [optional] | | **asset** | **String** | The asset code. | [optional] | | **state** | **String** | The exchange settlement's state | [optional] | | **payable_amount_estimate** | **Integer** | The account's payable estimate for this obligation. | [optional] | | **receivable_amount_estimate** | **Integer** | The account's receivable estimate for this obligation. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ExchangeSettlementObligationBankModel.new( guid: null, exchange_settlement_guid: null, asset: null, state: null, payable_amount_estimate: null, receivable_amount_estimate: null ) ```
Version data entries
58 entries across 58 versions & 1 rubygems