Sha256: 5bee7e673cbd74aefa08d77511430d11a6381c9c5eb557a08d278708ea2c5456
Contents?: true
Size: 710 Bytes
Versions: 5
Compression:
Stored size: 710 Bytes
Contents
# VeloPayments::PayorAddressV2 ## 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** | | | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayorAddressV2.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