public class PaymentBusinessInfo extends AlipayObject
| 构造器和说明 |
|---|
PaymentBusinessInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CustomInfo> |
getDiscounts() |
List<CustomInfo> |
getOther() |
List<CustomInfo> |
getPayments() |
void |
setDiscounts(List<CustomInfo> discounts) |
void |
setOther(List<CustomInfo> other) |
void |
setPayments(List<CustomInfo> payments) |
public List<CustomInfo> getDiscounts()
public void setDiscounts(List<CustomInfo> discounts)
public List<CustomInfo> getOther()
public void setOther(List<CustomInfo> other)
public List<CustomInfo> getPayments()
public void setPayments(List<CustomInfo> payments)
Copyright © 2024. All rights reserved.