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