Sha256: 099a513bb1467e99d88e905ccabb3dddba7d7c5349f4b28de5ffc3e184375903
Contents?: true
Size: 1.44 KB
Versions: 58
Compression:
Stored size: 1.44 KB
Contents
# CybridApiBank::ExchangeSettlementExpectedPaymentBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the exchange settlement expected payment. | [optional] | | **exchange_settlement_obligation_guid** | **String** | The identifier of the exchange settlement obligation that this payment is associated with. | [optional] | | **sequence_number** | **Integer** | The sequence number of the expected payment | [optional] | | **payment_amount** | **Integer** | The amount expected to be received as part of this payment. | [optional] | | **internal_account_guid** | **String** | The identifier of the internal account that is expected to originate the payment. | [optional] | | **internal_account_type** | **String** | The type of the internal account that is expected to originate the payment. | [optional] | | **state** | **String** | The exchange settlement expected payment's state | [optional] | | **created_at** | **Time** | ISO8601 datetime the exchange settlement expected payment was created at. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ExchangeSettlementExpectedPaymentBankModel.new( guid: null, exchange_settlement_obligation_guid: null, sequence_number: null, payment_amount: null, internal_account_guid: null, internal_account_type: null, state: null, created_at: null ) ```
Version data entries
58 entries across 58 versions & 1 rubygems