Sha256: 87acfdabb74c88519efdee3cd11e773cc5a53ec96e4ec6d5251560b718a763e0

Contents?: true

Size: 829 Bytes

Versions: 6

Compression:

Stored size: 829 Bytes

Contents

# Conekta::CompanyPayoutDestinationResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **object** | **String** | The resource's type | [optional] |
| **currency** | **String** | currency of the receiving account | [optional] |
| **account_holder_name** | **String** | Name of the account holder | [optional] |
| **bank** | **String** | Name of the bank | [optional] |
| **type** | **String** | Type of the payout destination | [optional] |
| **account_number** | **String** | Account number of the receiving account | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::CompanyPayoutDestinationResponse.new(
  object: null,
  currency: MXN,
  account_holder_name: Child Company A,
  bank: BBVA,
  type: null,
  account_number: 123456789012345678
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
conekta-6.0.5 docs/CompanyPayoutDestinationResponse.md
conekta-6.0.4 docs/CompanyPayoutDestinationResponse.md
conekta-6.0.3 docs/CompanyPayoutDestinationResponse.md
conekta-6.0.2 docs/CompanyPayoutDestinationResponse.md
conekta-6.0.1 docs/CompanyPayoutDestinationResponse.md
conekta-6.0.0 docs/CompanyPayoutDestinationResponse.md