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