@@ -476,6 +476,9 @@ type PrepayRequest struct {
//交易类型
TradeType *string `json:"trade_type,omitempty"`
+ //商户行业编码
+ MerchantCategoryCode *string `json:"merchant_category_code,omitempty"`
+
}
func (o PrepayRequest) MarshalJSON() ([]byte, error) {