Package com.onlinepayments.domain
Class HostedCheckoutSpecificOutput
java.lang.Object
com.onlinepayments.domain.HostedCheckoutSpecificOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Hosted Checkout Session in which the payment was made.It is possible to upload multiple templates of your payment pages using the Merchant Portal.voidsetHostedCheckoutId(String value) The ID of the Hosted Checkout Session in which the payment was made.voidsetVariant(String value) It is possible to upload multiple templates of your payment pages using the Merchant Portal.withHostedCheckoutId(String value) The ID of the Hosted Checkout Session in which the payment was made.withVariant(String value) It is possible to upload multiple templates of your payment pages using the Merchant Portal.
-
Constructor Details
-
HostedCheckoutSpecificOutput
public HostedCheckoutSpecificOutput()
-
-
Method Details
-
getHostedCheckoutId
The ID of the Hosted Checkout Session in which the payment was made. -
setHostedCheckoutId
The ID of the Hosted Checkout Session in which the payment was made. -
withHostedCheckoutId
The ID of the Hosted Checkout Session in which the payment was made. -
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
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
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.
-