public class AlipayCommerceWithholdrepayorderTradePayModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayCommerceWithholdrepayorderTradePayModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
AgreementParams |
getAgreementParams() |
ExtendParams |
getExtendParams() |
GoodsDetail |
getGoodsDetail() |
String |
getOutTradeNo() |
IndustryPayParams |
getPayParams() |
String |
getProductCode() |
IndustryPromoParam |
getPromoParams() |
List<String> |
getQueryOptions() |
List<IndustryWithholdPlanDTO> |
getRepayPlan() |
String |
getSellerId() |
String |
getSubject() |
String |
getTotalAmount() |
void |
setAgreementParams(AgreementParams agreementParams) |
void |
setExtendParams(ExtendParams extendParams) |
void |
setGoodsDetail(GoodsDetail goodsDetail) |
void |
setOutTradeNo(String outTradeNo) |
void |
setPayParams(IndustryPayParams payParams) |
void |
setProductCode(String productCode) |
void |
setPromoParams(IndustryPromoParam promoParams) |
void |
setQueryOptions(List<String> queryOptions) |
void |
setRepayPlan(List<IndustryWithholdPlanDTO> repayPlan) |
void |
setSellerId(String sellerId) |
void |
setSubject(String subject) |
void |
setTotalAmount(String totalAmount) |
public AlipayCommerceWithholdrepayorderTradePayModel()
public AgreementParams getAgreementParams()
public void setAgreementParams(AgreementParams agreementParams)
public ExtendParams getExtendParams()
public void setExtendParams(ExtendParams extendParams)
public GoodsDetail getGoodsDetail()
public void setGoodsDetail(GoodsDetail goodsDetail)
public String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
public IndustryPayParams getPayParams()
public void setPayParams(IndustryPayParams payParams)
public String getProductCode()
public void setProductCode(String productCode)
public IndustryPromoParam getPromoParams()
public void setPromoParams(IndustryPromoParam promoParams)
public List<IndustryWithholdPlanDTO> getRepayPlan()
public void setRepayPlan(List<IndustryWithholdPlanDTO> repayPlan)
public String getSellerId()
public void setSellerId(String sellerId)
public String getSubject()
public void setSubject(String subject)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
Copyright © 2024. All rights reserved.