public class AlipayMerchantOrderPayModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayMerchantOrderPayModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOrderId() |
String |
getPaymentBizType() |
String |
getRelatedPaymentNo() |
void |
setOrderId(String orderId) |
void |
setPaymentBizType(String paymentBizType) |
void |
setRelatedPaymentNo(String relatedPaymentNo) |
public String getOrderId()
public void setOrderId(String orderId)
public String getPaymentBizType()
public void setPaymentBizType(String paymentBizType)
public String getRelatedPaymentNo()
public void setRelatedPaymentNo(String relatedPaymentNo)
Copyright © 2024. All rights reserved.