Sha256: 3f55b05f9ac597965f670bd2ccc100cf415bf4495d86f76cef05fc8bf5b1c3e8

Contents?: true

Size: 1.74 KB

Versions: 58

Compression:

Stored size: 1.74 KB

Contents

# CybridApiBank::ExchangeSettlementPaymentOrderBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Auto-generated unique identifier for the exchange settlement payment order. | [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 payment order | [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] |
| **external_account_guid** | **String** | The identifier of the external account that is expected to receive the payment. | [optional] |
| **external_account_type** | **String** | The type of the external account that is expected to receive the payment. | [optional] |
| **state** | **String** | The exchange settlement payment order's state | [optional] |
| **created_at** | **Time** | ISO8601 datetime the exchange settlement payment order was created at. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::ExchangeSettlementPaymentOrderBankModel.new(
  guid: null,
  exchange_settlement_obligation_guid: null,
  sequence_number: null,
  payment_amount: null,
  internal_account_guid: null,
  internal_account_type: null,
  external_account_guid: null,
  external_account_type: null,
  state: null,
  created_at: null
)
```

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.31.7 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.31.6 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.31.5 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.31.4 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.31.3 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.31.2 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.31.1 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.31.0 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.60 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.59 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.58 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.57 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.56 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.55 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.54 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.53 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.51 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.50 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.49 docs/ExchangeSettlementPaymentOrderBankModel.md
cybrid_api_bank_ruby-0.30.48 docs/ExchangeSettlementPaymentOrderBankModel.md