Name | Type | Description | Notes |
---|---|---|---|
address | Address1 | ||
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] |
require 'synctera'
instance = Synctera::Merchant.new(
address: null,
email: alice@example.com,
name: null,
phone_number: +14374570680
)