Package com.onlinepayments.domain
Class RedirectPaymentProduct3203SpecificInput
java.lang.Object
com.onlinepayments.domain.RedirectPaymentProduct3203SpecificInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetermines the type of the checkout that will be used for PostFinancePay.voidsetCheckoutType(String value) Determines the type of the checkout that will be used for PostFinancePay.withCheckoutType(String value) Determines the type of the checkout that will be used for PostFinancePay.
-
Constructor Details
-
RedirectPaymentProduct3203SpecificInput
public RedirectPaymentProduct3203SpecificInput()
-
-
Method Details
-
getCheckoutType
Determines the type of the checkout that will be used for PostFinancePay. Allowed values:- default - The user will be redirected to the PostFinancePay application to complete the payment.
- expressCheckout - In order to accelerate the payment process, the shipping and billing addresses are requested from the payer's PostFinancePay account. These will be returned in the API response in paymentProduct3203SpecificOutput. Note that the payer must accept to provide his billing and shipping address during checkout in the PostFinancePay application. If not, the payment will be declined.
-
setCheckoutType
Determines the type of the checkout that will be used for PostFinancePay. Allowed values:- default - The user will be redirected to the PostFinancePay application to complete the payment.
- expressCheckout - In order to accelerate the payment process, the shipping and billing addresses are requested from the payer's PostFinancePay account. These will be returned in the API response in paymentProduct3203SpecificOutput. Note that the payer must accept to provide his billing and shipping address during checkout in the PostFinancePay application. If not, the payment will be declined.
-
withCheckoutType
Determines the type of the checkout that will be used for PostFinancePay. Allowed values:- default - The user will be redirected to the PostFinancePay application to complete the payment.
- expressCheckout - In order to accelerate the payment process, the shipping and billing addresses are requested from the payer's PostFinancePay account. These will be returned in the API response in paymentProduct3203SpecificOutput. Note that the payer must accept to provide his billing and shipping address during checkout in the PostFinancePay application. If not, the payment will be declined.
-