Sha256: 70bfa3b079982df27b33014d38991487eb04b8e95f430d51259e101f5025ed1c

Contents?: true

Size: 754 Bytes

Versions: 3

Compression:

Stored size: 754 Bytes

Contents

# VeloPayments::CreatePayeeAddressV3

## 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** | 2 letter ISO 3166-1 country code |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::CreatePayeeAddressV3.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

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/CreatePayeeAddressV3.md
velopayments-2.35.58 docs/CreatePayeeAddressV3.md
velopayments-2.35.58.beta1 docs/CreatePayeeAddressV3.md