public class PaymentRecovery
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PaymentRecovery(Token token,
PaymentMethod paymentMethod,
PayerCost payerCost,
Issuer issuer,
java.lang.String paymentStatus,
java.lang.String paymentStatusDetail) |
Modifier and Type | Method and Description |
---|---|
Issuer |
getIssuer() |
PayerCost |
getPayerCost() |
PaymentMethod |
getPaymentMethod() |
Token |
getToken() |
boolean |
isStatusDetailCallForAuthorize() |
boolean |
isStatusDetailCardDisabled() |
boolean |
isStatusDetailInvalidESC() |
boolean |
isTokenRecoverable() |
public PaymentRecovery(Token token, PaymentMethod paymentMethod, PayerCost payerCost, Issuer issuer, java.lang.String paymentStatus, java.lang.String paymentStatusDetail)
public Token getToken()
public PaymentMethod getPaymentMethod()
public PayerCost getPayerCost()
public Issuer getIssuer()
public boolean isTokenRecoverable()
public boolean isStatusDetailCallForAuthorize()
public boolean isStatusDetailCardDisabled()
public boolean isStatusDetailInvalidESC()