
com.alipay.api.domain.AlipayAccountExrateTraderequestCreateModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
baidu push client api with maven
The newest version!
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 受理外汇交易请求
*
* @author auto create
* @since 1.0, 2017-07-20 10:41:43
*/
public class AlipayAccountExrateTraderequestCreateModel extends AlipayObject {
private static final long serialVersionUID = 4189311828247144353L;
/**
* 交易请求对象内容
*/
@ApiField("trade_request")
private TradeRequestVO tradeRequest;
public TradeRequestVO getTradeRequest() {
return this.tradeRequest;
}
public void setTradeRequest(TradeRequestVO tradeRequest) {
this.tradeRequest = tradeRequest;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy