Sha256: 87f6144a8696fb4f35c25761b3142d0d92d7f1971bd79683870bd0c88b1c9ce4
Contents?: true
Size: 723 Bytes
Versions: 4
Compression:
Stored size: 723 Bytes
Contents
# Plaid::ServicerAddressData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **city** | **String** | The full city name | [optional] | | **region** | **String** | The region or state Example: `\"NC\"` | [optional] | | **street** | **String** | The full street address Example: `\"564 Main Street, APT 15\"` | [optional] | | **postal_code** | **String** | The postal code | [optional] | | **country** | **String** | The ISO 3166-1 alpha-2 country code | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::ServicerAddressData.new( city: null, region: null, street: null, postal_code: null, country: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems