Sha256: 064c85cd15a3ab7b060cf141f0bcaf17905a3afffb2389aa30d6bcaf5bcd771e

Contents?: true

Size: 1.05 KB

Versions: 4

Compression:

Stored size: 1.05 KB

Contents

# OpenapiClient::Billing

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Billing name. | [optional] 
**first_name** | **String** | Billing first name. Note - Only supported for AMEX. | [optional] 
**last_name** | **String** | Billing last name. Note - Only supported for AMEX. | [optional] 
**customer_id** | **String** | Customer ID for billing purpose. | [optional] 
**birth_date** | **Date** | Customer birth date. | [optional] 
**contact** | [**Contact**](Contact.md) |  | [optional] 
**address** | [**Address**](Address.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Billing.new(name: John Doe,
                                 first_name: John,
                                 last_name: Doe,
                                 customer_id: 1234567890,
                                 birth_date: Wed Jan 30 18:00:00 CST 1980,
                                 contact: null,
                                 address: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/Billing.md
first_data_gateway-1.13.0 docs/Billing.md
first_data_gateway-1.12.0 docs/Billing.md
first_data_gateway-1.11.0 docs/Billing.md