Sha256: f0821deec45dc17836c6e3bac6ef4594b1d42e3c90a6ec36a73425d38c5197b7
Contents?: true
Size: 916 Bytes
Versions: 10
Compression:
Stored size: 916 Bytes
Contents
# VeloPayments::PayeeAddress ## 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::PayeeAddress.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
10 entries across 10 versions & 1 rubygems