Class PaymentProductFiltersHostedCheckout

java.lang.Object
com.onlinepayments.domain.PaymentProductFiltersHostedCheckout

public class PaymentProductFiltersHostedCheckout extends Object
  • Constructor Details

    • PaymentProductFiltersHostedCheckout

      public PaymentProductFiltersHostedCheckout()
  • Method Details

    • getExclude

      public PaymentProductFilter getExclude()
      The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter.
    • setExclude

      public void setExclude(PaymentProductFilter value)
      The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter.
    • withExclude

      The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter.
    • getRestrictTo

      public PaymentProductFilter getRestrictTo()
      The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter.
    • setRestrictTo

      public void setRestrictTo(PaymentProductFilter value)
      The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter.
    • withRestrictTo

      The payment product ids to be be excluded or restricted to from the payment products available for the payment. Note that you can add exclusions on top of the 'restrictTo' filter.