Sha256: 6f821295d6650af29acde77fbf81d27ff43cd616842ffc71565d6116910f14fc
Contents?: true
Size: 1.48 KB
Versions: 16
Compression:
Stored size: 1.48 KB
Contents
# CybridApiBank::PostExternalBankAccountCounterpartyAddressBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **street** | **String** | The first line of the address. Required when account_kind is raw_routing_details and counterparty_guid is not present. | [optional] | | **street2** | **String** | The optional second line of the address. Optional when account_kind is raw_routing_details and counterparty_guid is not present. | [optional] | | **city** | **String** | The city of the address. Required when account_kind is raw_routing_details and counterparty_guid is not present. | [optional] | | **subdivision** | **String** | The ISO 3166-2 subdivision code of the address; not used by all countries. Optional when account_kind is raw_routing_details and counterparty_guid is not present. | [optional] | | **postal_code** | **String** | The postal/post/zip code of the address; not used by all countries. Optional when account_kind is raw_routing_details and counterparty_guid is not present. | [optional] | | **country_code** | **String** | The ISO 3166 country 2-Alpha country code of the address. Required when account_kind is raw_routing_details and counterparty_guid is not present. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostExternalBankAccountCounterpartyAddressBankModel.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