Class RedirectPaymentProduct3203SpecificInput

java.lang.Object
com.onlinepayments.domain.RedirectPaymentProduct3203SpecificInput

public class RedirectPaymentProduct3203SpecificInput extends Object
  • Constructor Details

    • RedirectPaymentProduct3203SpecificInput

      public RedirectPaymentProduct3203SpecificInput()
  • Method Details

    • getCheckoutType

      public String 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

      public void setCheckoutType(String value)
      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

      public RedirectPaymentProduct3203SpecificInput withCheckoutType(String value)
      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.