Sha256: 7abdea5fd4945abc5c607a395cfd910a0cf4ed56830e2f3831174b97483bc133
Contents?: true
Size: 710 Bytes
Versions: 3
Compression:
Stored size: 710 Bytes
Contents
# VeloPayments::PayeeAddressV4 ## 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::PayeeAddressV4.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/PayeeAddressV4.md |
velopayments-2.35.58 | docs/PayeeAddressV4.md |
velopayments-2.35.58.beta1 | docs/PayeeAddressV4.md |