Name | Type | Description | Notes |
---|---|---|---|
id | str | A unique identifier for an object. | [optional] [readonly] |
name | str, none_type | The name of the merchant | [optional] |
address | Address | [optional] | |
owner_id | str | [optional] | |
main_location_id | str, none_type | The main location ID of the merchant | [optional] |
status | str, none_type | Status of this merchant. | [optional] |
service_charges | [ServiceCharge] | [optional] | |
language | str, none_type | language code according to ISO 639-1. For the United States - EN | [optional] |
currency | Currency | [optional] | |
custom_mappings | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly] |
updated_by | str, none_type | The user who last updated the object. | [optional] [readonly] |
created_by | str, none_type | The user who created the object. | [optional] [readonly] |
updated_at | datetime, none_type | The date and time when the object was last updated. | [optional] [readonly] |
created_at | datetime, none_type | The date and time when the object was created. | [optional] [readonly] |
pass_through | PassThroughBody | [optional] |