public class MobilePaymentDataResponse extends Object
| Constructor and Description |
|---|
MobilePaymentDataResponse() |
public void setAmount(BigDecimal amount)
public MobilePaymentDataResponse amount(BigDecimal amount)
amount - Payment amountpublic void setArn(String arn)
public MobilePaymentDataResponse arn(String arn)
arn - ARN (Acquirer Reference Number), supplied by the acquiring financial institution, return only after receiving ARN from bank acquirer *(for BANKCARD payment method only)*public void setAuthCode(String authCode)
public MobilePaymentDataResponse authCode(String authCode)
authCode - Authorization code, provided by bank *(for BANKCARD payment method only)*public void setCreated(String created)
public MobilePaymentDataResponse created(String created)
created - Time when this payment started in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (yyyy-MM-dd'T'HH:mm:ss'Z')public void setCurrency(String currency)
public MobilePaymentDataResponse currency(String currency)
currency - Payment currency code ([ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code)public void setDeclineCode(String declineCode)
public MobilePaymentDataResponse declineCode(String declineCode)
declineCode - Decline code (only in decline case)public void setDeclineReason(String declineReason)
public MobilePaymentDataResponse declineReason(String declineReason)
declineReason - Bank's message about transaction decline reason (only in decline case)public void setId(String id)
public MobilePaymentDataResponse id(String id)
id - CardPay's payment idpublic MobilePaymentDataResponse invalidData(List<String> invalidData)
invalidData - Invalid card or billing datapublic MobilePaymentDataResponse addInvalidDataItem(String invalidDataItem)
public void setIs3d(Boolean is3d)
public MobilePaymentDataResponse is3d(Boolean is3d)
is3d - Was 3-D Secure authentication made or not *(for BANKCARD payment method only)*public void setNote(String note)
public MobilePaymentDataResponse note(String note)
note - Payment notepublic void setRrn(String rrn)
public MobilePaymentDataResponse rrn(String rrn)
rrn - RRN (Retrieval Reference Number), supplied by the acquiring financial institution *(for BANKCARD payment method only)*public void setStatus(String status)
public MobilePaymentDataResponse status(String status)
status - Current payment status, *(mandatory for WEBMONEY and BITCOIN payment method only)*public void setTransType(String transType)
public MobilePaymentDataResponse transType(String transType)
transType - transTypeCopyright © 2022. All rights reserved.