public class AlipayMerchantOrderCreateandpayModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayMerchantOrderCreateandpayModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizScene() |
UserIdentity |
getBuyer() |
List<OrderExtInfo> |
getExtInfo() |
List<GoodsInformation> |
getGoodsInfos() |
List<PriceInformation> |
getOrderAmount() |
String |
getOutBizNo() |
List<PaymentInformation> |
getPaymentRequest() |
UserIdentity |
getSeller() |
String |
getServiceType() |
void |
setBizScene(String bizScene) |
void |
setBuyer(UserIdentity buyer) |
void |
setExtInfo(List<OrderExtInfo> extInfo) |
void |
setGoodsInfos(List<GoodsInformation> goodsInfos) |
void |
setOrderAmount(List<PriceInformation> orderAmount) |
void |
setOutBizNo(String outBizNo) |
void |
setPaymentRequest(List<PaymentInformation> paymentRequest) |
void |
setSeller(UserIdentity seller) |
void |
setServiceType(String serviceType) |
public String getBizScene()
public void setBizScene(String bizScene)
public UserIdentity getBuyer()
public void setBuyer(UserIdentity buyer)
public List<OrderExtInfo> getExtInfo()
public void setExtInfo(List<OrderExtInfo> extInfo)
public List<GoodsInformation> getGoodsInfos()
public void setGoodsInfos(List<GoodsInformation> goodsInfos)
public List<PriceInformation> getOrderAmount()
public void setOrderAmount(List<PriceInformation> orderAmount)
public String getOutBizNo()
public void setOutBizNo(String outBizNo)
public List<PaymentInformation> getPaymentRequest()
public void setPaymentRequest(List<PaymentInformation> paymentRequest)
public UserIdentity getSeller()
public void setSeller(UserIdentity seller)
public String getServiceType()
public void setServiceType(String serviceType)
Copyright © 2023. All rights reserved.