Package io.sendon.payment.response
Class GetPaymentHistories.PaymentHistoryItem
- java.lang.Object
-
- io.sendon.payment.response.GetPaymentHistories.PaymentHistoryItem
-
- Enclosing class:
- GetPaymentHistories
public static class GetPaymentHistories.PaymentHistoryItem extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intamountGetPaymentHistories.ChargeMethodchargeMethodGetPaymentHistories.ChargeStatuschargeStatusStringcreatedAtStringexiredAtintidStringmemoStringproofDocumentIdGetPaymentHistories.ProofDocumentTypeproofDocumentTypeStringupdatedAt
-
Constructor Summary
Constructors Constructor Description PaymentHistoryItem()
-
-
-
Field Detail
-
id
public int id
-
amount
public int amount
-
chargeStatus
public GetPaymentHistories.ChargeStatus chargeStatus
-
chargeMethod
public GetPaymentHistories.ChargeMethod chargeMethod
-
proofDocumentType
public GetPaymentHistories.ProofDocumentType proofDocumentType
-
proofDocumentId
public String proofDocumentId
-
memo
public String memo
-
createdAt
public String createdAt
-
updatedAt
public String updatedAt
-
exiredAt
public String exiredAt
-
-