Package com.onlinepayments.domain
Class PaymentProduct5001SpecificOutput
java.lang.Object
com.onlinepayments.domain.PaymentProduct5001SpecificOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe account number used for this transactionThe reference returned by redsys to identify the transactionDetermines the Fraud liability.The mobile phone number used for this transactionThe reference returned by redsys to identify the operationvoidsetAccountNumber(String value) The account number used for this transactionvoidsetAuthorisationCode(String value) The reference returned by redsys to identify the transactionvoidsetLiability(String value) Determines the Fraud liability.voidsetMobilePhoneNumber(String value) The mobile phone number used for this transactionvoidsetOperationCode(String value) The reference returned by redsys to identify the operationwithAccountNumber(String value) The account number used for this transactionwithAuthorisationCode(String value) The reference returned by redsys to identify the transactionwithLiability(String value) Determines the Fraud liability.withMobilePhoneNumber(String value) The mobile phone number used for this transactionwithOperationCode(String value) The reference returned by redsys to identify the operation
-
Constructor Details
-
PaymentProduct5001SpecificOutput
public PaymentProduct5001SpecificOutput()
-
-
Method Details
-
getAccountNumber
The account number used for this transaction -
setAccountNumber
The account number used for this transaction -
withAccountNumber
The account number used for this transaction -
getAuthorisationCode
The reference returned by redsys to identify the transaction -
setAuthorisationCode
The reference returned by redsys to identify the transaction -
withAuthorisationCode
The reference returned by redsys to identify the transaction -
getLiability
Determines the Fraud liability. Possible values are:- issuer - Fraud liability shifts to the issuer (eq. exemption accepted)
- merchant - Fraud liability with the merchant Note: When not filled in, Fraud liability is not applicable for the current transaction.
-
setLiability
Determines the Fraud liability. Possible values are:- issuer - Fraud liability shifts to the issuer (eq. exemption accepted)
- merchant - Fraud liability with the merchant Note: When not filled in, Fraud liability is not applicable for the current transaction.
-
withLiability
Determines the Fraud liability. Possible values are:- issuer - Fraud liability shifts to the issuer (eq. exemption accepted)
- merchant - Fraud liability with the merchant Note: When not filled in, Fraud liability is not applicable for the current transaction.
-
getMobilePhoneNumber
The mobile phone number used for this transaction -
setMobilePhoneNumber
The mobile phone number used for this transaction -
withMobilePhoneNumber
The mobile phone number used for this transaction -
getOperationCode
The reference returned by redsys to identify the operation -
setOperationCode
The reference returned by redsys to identify the operation -
withOperationCode
The reference returned by redsys to identify the operation
-