We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97b907f + a28d029 commit a87e6feCopy full SHA for a87e6fe
model/sales_merchant.go
@@ -12,6 +12,7 @@ type SalesMerchant struct {
12
MerchantShippingCode string `json:"merchant_shipping_code"`
13
MerchantShippingAmount int64 `json:"merchant_shipping_amount"`
14
MerchantShippingAmountFormated string `json:"merchant_shipping_amount_formated"`
15
+ EmeteraiAmount int64 `json:"emeterai_amount"`
16
CreatedAt time.Time `json:"created_at"`
17
UpdatedAt time.Time `json:"updated_at"`
18
}
0 commit comments