Sha256: 27caf62c1052b4e14817359d7ae9963f1898a5f2d2bbe2d6f50b0ce7eb1e26bf

Contents?: true

Size: 669 Bytes

Versions: 4

Compression:

Stored size: 669 Bytes

Contents

# SyncteraRubySdk::Merchant

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **address** | [**Address1**](Address1.md) |  |  |
| **email** | **String** | Merchant's email | [optional] |
| **name** | **String** | Merchant's name |  |
| **phone_number** | **String** | Merchant's phone number with country code in E.164 format. Must have a valid country code. Area code and local phone number are not validated. | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Merchant.new(
  address: null,
  email: alice@example.com,
  name: null,
  phone_number: +14374570680
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/Merchant.md
synctera_ruby_sdk-1.1.2 docs/Merchant.md
synctera_ruby_sdk-1.1.1 docs/Merchant.md
synctera_ruby_sdk-1.0.0 docs/Merchant.md