Sha256: cdac9ce0458f9fdb3d5a7349165687ec433e006f630a1cb3c8a90dac1178382a
Contents?: true
Size: 797 Bytes
Versions: 4
Compression:
Stored size: 797 Bytes
Contents
# Plaid::PaymentInitiationAddress ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **street** | **Array<String>** | An array of length 1-2 representing the street address where the recipient is located. Maximum of 70 characters. | [optional] | | **city** | **String** | The city where the recipient is located. Maximum of 35 characters. | [optional] | | **postal_code** | **String** | The postal code where the recipient is located. Maximum of 16 characters. | [optional] | | **country** | **String** | The ISO 3166-1 alpha-2 country code where the recipient is located. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::PaymentInitiationAddress.new( street: null, city: null, postal_code: null, country: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems