类 PaymentCollection.Detail
- java.lang.Object
-
- cn.crushes.cloud.core.pay.wechat.v3.model.payscore.PaymentCollection.Detail
-
- 封闭类:
- PaymentCollection
public static class PaymentCollection.Detail extends Object
收款明细列表- 作者:
- youta
-
-
字段概要
字段 修饰符和类型 字段 说明 private LongamountThe Amount.private StringpaidTimeThe Paid time.private StringpaidTypeThe Paid type.private List<PromotionDetail>promotionDetailThe Promotion detail.private LongseqThe Seq.private StringtransactionIdThe Transaction id.
-
构造器概要
构造器 构造器 说明 Detail()
-
-
-
字段详细资料
-
amount
private Long amount
The Amount.
-
paidTime
private String paidTime
The Paid time.
-
paidType
private String paidType
The Paid type.
-
promotionDetail
private List<PromotionDetail> promotionDetail
The Promotion detail.
-
seq
private Long seq
The Seq.
-
transactionId
private String transactionId
The Transaction id.
-
-