Sha256: d1ef32cc6fc0688ae69904a106fd5ab6a24cadf28c736fddf801425e6101d071
Contents?: true
Size: 918 Bytes
Versions: 5
Compression:
Stored size: 918 Bytes
Contents
# VeloPayments::PayeeAddress2 ## 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** | | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayeeAddress2.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
5 entries across 5 versions & 1 rubygems