Sha256: b04b561e2585c5dcb97a6b34dc5dab3cbb751b14703315706977b095f878bd25

Contents?: true

Size: 1.47 KB

Versions: 10

Compression:

Stored size: 1.47 KB

Contents

# OpenapiClient::TeleCheckAchPaymentMethodAchBillTo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**first_name** | **String** | Customer billing first name. | [optional] 
**last_name** | **String** | Customer billing last name. | 
**address_one** | **String** | Customer billing address, first line. | 
**address_two** | **String** | Customer billing address, second line. | [optional] 
**city** | **String** | Customer billing city. | 
**state** | **String** | Customer billing state. | 
**zip** | **String** | Customer billing zip code. | 
**phone** | **String** | Customer billing phone number. | 
**email** | **String** | Customer billing email. Required if performing an ICA transaction. | [optional] 
**country_code** | **String** | ISO country code. Required if performing an ICA transaction. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::TeleCheckAchPaymentMethodAchBillTo.new(first_name: R2-D2,
                                 last_name: O'Calloway,
                                 address_one: 1234 Line Ave S.,
                                 address_two: Ste 602,
                                 city: Atlanta,
                                 state: GA,
                                 zip: 30040-1309,
                                 phone: 9973322990,
                                 email: abcd.1234@fiserv.com,
                                 country_code: US)
```


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/TeleCheckAchPaymentMethodAchBillTo.md
first_data_gateway-1.13.0 docs/TeleCheckAchPaymentMethodAchBillTo.md
first_data_gateway-1.12.0 docs/TeleCheckAchPaymentMethodAchBillTo.md
first_data_gateway-1.11.0 docs/TeleCheckAchPaymentMethodAchBillTo.md
first_data_gateway-1.10.0 docs/TeleCheckAchPaymentMethodAchBillTo.md
first_data_gateway-1.9.0 docs/TeleCheckAchPaymentMethodAchBillTo.md
first_data_gateway-1.8.1 docs/TeleCheckAchPaymentMethodAchBillTo.md
first_data_gateway-1.8.0 docs/TeleCheckAchPaymentMethodAchBillTo.md
first_data_gateway-1.7.1 docs/TeleCheckAchPaymentMethodAchBillTo.md
first_data_gateway-1.7.0 docs/TeleCheckAchPaymentMethodAchBillTo.md