Data Model - Merchant
Less than 1 minute
Data Model
The term merchant
can refer to different concepts depending on the context. Here are a few common interpretations:
Param | Attribute | Type | Description |
---|---|---|---|
merchantId | M | String | The client ID which platform given |
merchantName | O | String | The client name which platform given |
subMerchantId | O | String | The subClient ID which platform given |
subMerchantName | O | String | The subClient name which platform given |
Example
{
"merchantId": "20001",
"merchantName": "Betty"
}
{
"merchantId": "20001",
"merchantName": "Betty",
"subMerchantId": "2000101",
"subMerchantName": "Devin"
}