|
@@ -472,6 +472,10 @@ type PrepayRequest struct {
|
|
|
Detail *Detail `json:"detail,omitempty"`
|
|
|
SceneInfo *SceneInfo `json:"scene_info"`
|
|
|
SettleInfo *SettleInfo `json:"settle_info,omitempty"`
|
|
|
+
|
|
|
+ //交易类型
|
|
|
+ TradeType *string `json:"trade_type,omitempty"`
|
|
|
+
|
|
|
}
|
|
|
|
|
|
func (o PrepayRequest) MarshalJSON() ([]byte, error) {
|