Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 877 Bytes

File metadata and controls

17 lines (9 loc) · 877 Bytes

MerchantEarning

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.

Properties

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]