A JSON object reflects the real money the merchant receives. Only applicable for Dine out STO case. null if not applicable. Only present in submitOrder webhook. Not present in ListOrder response.
| Name | Type | Description | Notes |
|---|---|---|---|
| revenue | Long | The revenue of merchant should receive. revenue = price.eaterpayment - mexfunddiscount | [optional] |
| netEarning | Long | The netEarning of merchant should receive. netEarning = revenue - commission | [optional] |
| mexFundDiscount | Long | The mexFundDiscount that user applied from grab app in this payment | [optional] |
| commission | Long | The commission that grab need charge from this pay merchant transaction. | [optional] |