public class PaymentResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PaymentResult.Builder |
Modifier and Type | Method and Description |
---|---|
PaymentData |
getPaymentData() |
java.lang.Long |
getPaymentId() |
java.lang.String |
getPaymentStatus() |
java.lang.String |
getPaymentStatusDetail() |
java.lang.String |
getStatementDescription() |
boolean |
isApproved() |
boolean |
isCallForAuthorize() |
boolean |
isInstructions() |
boolean |
isOffPayment() |
boolean |
isPending() |
boolean |
isRejected() |
boolean |
isStatusInProcess() |
boolean |
isStatusPending() |
boolean |
isStatusRejected() |
public PaymentData getPaymentData()
public java.lang.Long getPaymentId()
public java.lang.String getPaymentStatus()
public boolean isApproved()
public boolean isStatusRejected()
public boolean isStatusPending()
public boolean isStatusInProcess()
public boolean isOffPayment()
public java.lang.String getPaymentStatusDetail()
public java.lang.String getStatementDescription()
public boolean isCallForAuthorize()
public boolean isRejected()
public boolean isInstructions()
public boolean isPending()