Package io.sendon.payment.response
Class GetPaymentHistory.GetPaymentHistoryData
- java.lang.Object
-
- io.sendon.payment.response.GetPaymentHistory.GetPaymentHistoryData
-
- Enclosing class:
- GetPaymentHistory
public static class GetPaymentHistory.GetPaymentHistoryData extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intamountGetPaymentHistories.ChargeMethodchargeMethodGetPaymentHistories.ChargeStatuschargeStatusStringcreatedAtStringexpiredAtintidStringmemoStringproofDocumentIdGetPaymentHistories.ProofDocumentTypeproofDocumentTypeStringupdatedAtintuserId
-
Constructor Summary
Constructors Constructor Description GetPaymentHistoryData()
-
-
-
Field Detail
-
id
public int id
-
userId
public int userId
-
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
-
expiredAt
public String expiredAt
-
-