Class PaymentProductFiltersHostedTokenization

java.lang.Object
com.onlinepayments.domain.PaymentProductFiltersHostedTokenization

public class PaymentProductFiltersHostedTokenization extends Object
  • Constructor Details

    • PaymentProductFiltersHostedTokenization

      public PaymentProductFiltersHostedTokenization()
  • Method Details

    • 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(PaymentProductFilterHostedTokenization 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

      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(PaymentProductFilterHostedTokenization 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.