Package com.onlinepayments.domain
Class RedirectPaymentMethodSpecificOutput
java.lang.Object
com.onlinepayments.domain.RedirectPaymentMethodSpecificOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCard Authorization code as returned by the acquirerData of customer bank accountObject containing the results of the fraud screeningThe specific payment option for the payment.PostFinancePay (payment product 3203) specific detailsBizum (payment product 5001) specific detailsMeal vouchers (payment product 5402) specific detailsMultibanco (payment product 5500) specific detailsPayPal (payment product 840) specific detailsPayment product identifier - Please see Products documentation for a full overview of possible values.getToken()ID of the token.voidsetAuthorisationCode(String value) Card Authorization code as returned by the acquirervoidData of customer bank accountvoidsetFraudResults(FraudResults value) Object containing the results of the fraud screeningvoidsetPaymentOption(String value) The specific payment option for the payment.voidPostFinancePay (payment product 3203) specific detailsvoidBizum (payment product 5001) specific detailsvoidMeal vouchers (payment product 5402) specific detailsvoidMultibanco (payment product 5500) specific detailsvoidPayPal (payment product 840) specific detailsvoidsetPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.voidID of the token.withAuthorisationCode(String value) Card Authorization code as returned by the acquirerData of customer bank accountwithFraudResults(FraudResults value) Object containing the results of the fraud screeningwithPaymentOption(String value) The specific payment option for the payment.PostFinancePay (payment product 3203) specific detailsBizum (payment product 5001) specific detailsMeal vouchers (payment product 5402) specific detailsMultibanco (payment product 5500) specific detailsPayPal (payment product 840) specific detailswithPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.ID of the token.
-
Constructor Details
-
RedirectPaymentMethodSpecificOutput
public RedirectPaymentMethodSpecificOutput()
-
-
Method Details
-
getAuthorisationCode
Card Authorization code as returned by the acquirer -
setAuthorisationCode
Card Authorization code as returned by the acquirer -
withAuthorisationCode
Card Authorization code as returned by the acquirer -
getCustomerBankAccount
Data of customer bank account -
setCustomerBankAccount
Data of customer bank account -
withCustomerBankAccount
Data of customer bank account -
getFraudResults
Object containing the results of the fraud screening -
setFraudResults
Object containing the results of the fraud screening -
withFraudResults
Object containing the results of the fraud screening -
getPaymentOption
The specific payment option for the payment. To be used as a complement of the more generic paymentProductId (oney, banquecasino, cofidis), which allows to define a variation of the selected paymentProductId (ex: facilypay3x, banquecasino4x, cofidis3x-sansfrais, ...). List of modalities included in the payment product page. -
setPaymentOption
The specific payment option for the payment. To be used as a complement of the more generic paymentProductId (oney, banquecasino, cofidis), which allows to define a variation of the selected paymentProductId (ex: facilypay3x, banquecasino4x, cofidis3x-sansfrais, ...). List of modalities included in the payment product page. -
withPaymentOption
The specific payment option for the payment. To be used as a complement of the more generic paymentProductId (oney, banquecasino, cofidis), which allows to define a variation of the selected paymentProductId (ex: facilypay3x, banquecasino4x, cofidis3x-sansfrais, ...). List of modalities included in the payment product page. -
getPaymentProduct3203SpecificOutput
PostFinancePay (payment product 3203) specific details -
setPaymentProduct3203SpecificOutput
PostFinancePay (payment product 3203) specific details -
withPaymentProduct3203SpecificOutput
public RedirectPaymentMethodSpecificOutput withPaymentProduct3203SpecificOutput(PaymentProduct3203SpecificOutput value) PostFinancePay (payment product 3203) specific details -
getPaymentProduct5001SpecificOutput
Bizum (payment product 5001) specific details -
setPaymentProduct5001SpecificOutput
Bizum (payment product 5001) specific details -
withPaymentProduct5001SpecificOutput
public RedirectPaymentMethodSpecificOutput withPaymentProduct5001SpecificOutput(PaymentProduct5001SpecificOutput value) Bizum (payment product 5001) specific details -
getPaymentProduct5402SpecificOutput
Meal vouchers (payment product 5402) specific details -
setPaymentProduct5402SpecificOutput
Meal vouchers (payment product 5402) specific details -
withPaymentProduct5402SpecificOutput
public RedirectPaymentMethodSpecificOutput withPaymentProduct5402SpecificOutput(PaymentProduct5402SpecificOutput value) Meal vouchers (payment product 5402) specific details -
getPaymentProduct5500SpecificOutput
Multibanco (payment product 5500) specific details -
setPaymentProduct5500SpecificOutput
Multibanco (payment product 5500) specific details -
withPaymentProduct5500SpecificOutput
public RedirectPaymentMethodSpecificOutput withPaymentProduct5500SpecificOutput(PaymentProduct5500SpecificOutput value) Multibanco (payment product 5500) specific details -
getPaymentProduct840SpecificOutput
PayPal (payment product 840) specific details -
setPaymentProduct840SpecificOutput
PayPal (payment product 840) specific details -
withPaymentProduct840SpecificOutput
public RedirectPaymentMethodSpecificOutput withPaymentProduct840SpecificOutput(PaymentProduct840SpecificOutput value) PayPal (payment product 840) specific details -
getPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
setPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
withPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
getToken
ID of the token. This property is populated when the payment was done with a token or when the payment was tokenized. -
setToken
ID of the token. This property is populated when the payment was done with a token or when the payment was tokenized. -
withToken
ID of the token. This property is populated when the payment was done with a token or when the payment was tokenized.
-