Sha256: 4d56efebb3e216f306801e8af90297891bc967b2928a4f338ff2d71507d6bc12

Contents?: true

Size: 644 Bytes

Versions: 14

Compression:

Stored size: 644 Bytes

Contents

# OpenapiClient::Contact

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**phone** | **String** | Primary phone number. | [optional] 
**mobile_phone** | **String** | Mobile phone number. | [optional] 
**fax** | **String** | Fax number. | [optional] 
**email** | **String** | Email address. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Contact.new(phone: 5555555555,
                                 mobile_phone: 5555555555,
                                 fax: 5555555555,
                                 email: john@test.com)
```


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/Contact.md
first_data_gateway-1.13.0 docs/Contact.md
first_data_gateway-1.12.0 docs/Contact.md
first_data_gateway-1.11.0 docs/Contact.md
first_data_gateway-1.10.0 docs/Contact.md
first_data_gateway-1.9.0 docs/Contact.md
first_data_gateway-1.8.1 docs/Contact.md
first_data_gateway-1.8.0 docs/Contact.md
first_data_gateway-1.7.1 docs/Contact.md
first_data_gateway-1.7.0 docs/Contact.md
first_data_gateway-1.6.0 docs/Contact.md
first_data_gateway-1.5.0 docs/Contact.md
first_data_gateway-1.4.0 docs/Contact.md
first_data_gateway-1.3.0 docs/Contact.md