| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier for this sub-merchant. | [default to null] |
| live | Boolean | Whether this merchant is operating in live (production) mode. | [default to null] |
| created_at | Date | Timestamp when this merchant was created. | [default to null] |
| updated_at | Date | Timestamp when this merchant record was last updated. | [default to null] |
| account_id | String | Account identifier associated with this merchant. | [default to null] |
| name | String | Display name of the sub-merchant. | [default to null] |
| platform_role | MerchantRole | [default to null] | |
| status | String | Current account/application status of the merchant. | [default to null] |
| payments_enabled | Boolean | Whether payments are currently enabled for this merchant. | [default to null] |
| payouts_enabled | Boolean | Whether payouts are currently enabled for this merchant. | [default to null] |
| send_payment_instruction_email | Boolean | Whether payment instruction emails are sent to customers for this merchant. | [default to null] |
| send_payment_receipt_email | Boolean | Whether payment receipt emails are sent to customers for this merchant. | [default to null] |
| send_payment_reminder_email | Boolean | Whether payment reminder emails are sent to customers for this merchant. | [default to null] |
| send_payment_refund_email | Boolean | Whether refund notification emails are sent to customers for this merchant. | [default to null] |
| expiry_settings | List | [default to null] | |
| active_payment_methods | List | [default to null] | |
| publishable_key | String | The merchant's publishable API key for client-side use. | [default to null] |