Class HostedCheckoutSpecificOutput

java.lang.Object
com.onlinepayments.domain.HostedCheckoutSpecificOutput

public class HostedCheckoutSpecificOutput extends Object
  • Constructor Details

    • HostedCheckoutSpecificOutput

      public HostedCheckoutSpecificOutput()
  • Method Details

    • getHostedCheckoutId

      public String getHostedCheckoutId()
      The ID of the Hosted Checkout Session in which the payment was made.
    • setHostedCheckoutId

      public void setHostedCheckoutId(String value)
      The ID of the Hosted Checkout Session in which the payment was made.
    • withHostedCheckoutId

      public HostedCheckoutSpecificOutput withHostedCheckoutId(String value)
      The ID of the Hosted Checkout Session in which the payment was made.
    • getVariant

      public String getVariant()
      It is possible to upload multiple templates of your payment pages using the Merchant Portal. You can force the use of a custom template by specifying it in the variant field. This allows you to test out the effect of certain changes to your payment pages in a controlled manner. Please note that you need to specify the filename of the template or customization.
    • setVariant

      public void setVariant(String value)
      It is possible to upload multiple templates of your payment pages using the Merchant Portal. You can force the use of a custom template by specifying it in the variant field. This allows you to test out the effect of certain changes to your payment pages in a controlled manner. Please note that you need to specify the filename of the template or customization.
    • withVariant

      public HostedCheckoutSpecificOutput withVariant(String value)
      It is possible to upload multiple templates of your payment pages using the Merchant Portal. You can force the use of a custom template by specifying it in the variant field. This allows you to test out the effect of certain changes to your payment pages in a controlled manner. Please note that you need to specify the filename of the template or customization.