Sha256: edad31bc72f75f0b3417ef793947f8badc84de61a82b18741d7bcdef9ea29af7

Contents?: true

Size: 905 Bytes

Versions: 1

Compression:

Stored size: 905 Bytes

Contents

# VeloPayments::AddressV4

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **line1** | **String** |  |  |
| **line2** | **String** |  | [optional] |
| **line3** | **String** |  | [optional] |
| **line4** | **String** |  | [optional] |
| **city** | **String** |  |  |
| **county_or_province** | **String** |  | [optional] |
| **zip_or_postcode** | **String** |  | [optional] |
| **country** | **String** | Valid ISO 3166 2 character country code. See the <a href=\"https://www.iso.org/iso-3166-country-codes.html\" target=\"_blank\" a>ISO specification</a> for details. |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::AddressV4.new(
  line1: 500 Duval St,
  line2: null,
  line3: null,
  line4: null,
  city: Key West,
  county_or_province: FL,
  zip_or_postcode: 33945,
  country: US
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/AddressV4.md