Sha256: b72ee192f19d74a5b6869434fefe82a4ee53d8afd81813f6f6947bc4e2899145
Contents?: true
Size: 931 Bytes
Versions: 2
Compression:
Stored size: 931 Bytes
Contents
# OpenapiClient::MerchantLocationMerchantAddress ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **street** | **String** | First line of street address. | **street2** | **String** | Second line of street address. | [optional] **state_province** | **String** | Merchant state or provinceu. | [optional] **city** | **String** | Merchant city. | [optional] **country** | **String** | Merchant country. | **zip_postal_code** | **String** | Merchant ZIP code. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::MerchantLocationMerchantAddress.new(street: 5565 Glenridge Connector, street2: 1254J, state_province: GA, city: Atlanta, country: US, zip_postal_code: 30342) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.4.0 | docs/MerchantLocationMerchantAddress.md |
first_data_gateway-1.3.0 | docs/MerchantLocationMerchantAddress.md |