public class PaymentCollection extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentCollection.Detail
收款明细列表
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
PaymentCollection() |
Copyright © 2021. All rights reserved.