Sha256: b1c1f4a28572da5bee5a8bea2d164167376fd0f9f0c35f93366ea37443c627f0
Contents?: true
Size: 870 Bytes
Versions: 2
Compression:
Stored size: 870 Bytes
Contents
# OpenapiClient::FraudAddress ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **street** | **String** | First line of street address. | **street2** | **String** | Second line of street address. | [optional] **state_province** | **String** | State or province. | [optional] **city** | **String** | City. | [optional] **country** | **String** | Country. | **zip_postal_code** | **String** | Postal code. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::FraudAddress.new(street: Apartment 123, street2: 123 Main Street, state_province: NY, city: New York, country: US, zip_postal_code: 11375) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.14.0 | docs/FraudAddress.md |
first_data_gateway-1.13.0 | docs/FraudAddress.md |