public class PaymentCollection extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PaymentCollection.Detail
收款明细列表
|
| 限定符和类型 | 字段和说明 |
|---|---|
private List<PaymentCollection.Detail> |
details
The Details.
|
private Long |
paidAmount
The Paid amount.
|
private Long |
payingAmount
The Paying amount.
|
private String |
state
The State.
|
private Long |
totalAmount
The Total amount.
|
| 构造器和说明 |
|---|
PaymentCollection() |
Copyright © 2021. All rights reserved.