Sha256: 6b30150486898088b14d18f51390673d2fb9a9a2893c49b639049d84ca39a403
Contents?: true
Size: 1.07 KB
Versions: 10
Compression:
Stored size: 1.07 KB
Contents
# VeloPayments::CreatePayeeAddress ## 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** | Ideally a 2 letter ISO 3166-1 country code. But a limited set of additional values will be corrected. See Java Locale.getISOCountries() and Locale.getDisplayCountry() | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::CreatePayeeAddress.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