Sha256: 4c00b0c3456ae592b07809461a6cd3995a510a55563174a24812369d74f38d9e

Contents?: true

Size: 1.12 KB

Versions: 16

Compression:

Stored size: 1.12 KB

Contents

# CybridApiBank::PostCustomerAddressBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **street** | **String** | The first line of the address. Required when type is individual. | [optional] |
| **street2** | **String** | The optional second line of the address. Optional when type is individual. | [optional] |
| **city** | **String** | The city of the address. Required when type is individual. | [optional] |
| **subdivision** | **String** | The ISO 3166-2 subdivision code of the address; not used by all countries. Optional when type is individual. | [optional] |
| **postal_code** | **String** | The postal/post/zip code of the address; not used by all countries. Optional when type is individual. | [optional] |
| **country_code** | **String** | The ISO 3166 country 2-Alpha country code of the address. Required when type is individual. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostCustomerAddressBankModel.new(
  street: null,
  street2: null,
  city: null,
  subdivision: null,
  postal_code: null,
  country_code: null
)
```

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.121.30 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.29 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.28 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.27 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.26 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.24 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.23 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.22 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.21 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.20 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.18 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.17 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.16 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.15 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.13 docs/PostCustomerAddressBankModel.md
cybrid_api_bank_ruby-0.121.12 docs/PostCustomerAddressBankModel.md