Class PaymentMethodWithOptions


  • public class PaymentMethodWithOptions
    extends java.lang.Object
    PaymentMethodWithOptions.
    • Constructor Detail

      • PaymentMethodWithOptions

        public PaymentMethodWithOptions()
    • Method Detail

      • supportedCurrencies

        public PaymentMethodWithOptions supportedCurrencies​(java.util.List<java.lang.String> supportedCurrencies)
        supportedCurrencies.
        Returns:
        PaymentMethodWithOptions
      • addSupportedCurrenciesItem

        public PaymentMethodWithOptions addSupportedCurrenciesItem​(java.lang.String supportedCurrenciesItem)
        addSupportedCurrenciesItem.
        Returns:
        PaymentMethodWithOptions
      • getSupportedCurrencies

        public java.util.List<java.lang.String> getSupportedCurrencies()
        .
        Returns:
        supportedCurrencies
      • setSupportedCurrencies

        public void setSupportedCurrencies​(java.util.List<java.lang.String> supportedCurrencies)
        setSupportedCurrencies.
      • supportedOptions

        public PaymentMethodWithOptions supportedOptions​(java.util.List<java.lang.String> supportedOptions)
        supportedOptions.
        Returns:
        PaymentMethodWithOptions
      • addSupportedOptionsItem

        public PaymentMethodWithOptions addSupportedOptionsItem​(java.lang.String supportedOptionsItem)
        addSupportedOptionsItem.
        Returns:
        PaymentMethodWithOptions
      • getSupportedOptions

        public java.util.List<java.lang.String> getSupportedOptions()
        .
        Returns:
        supportedOptions
      • setSupportedOptions

        public void setSupportedOptions​(java.util.List<java.lang.String> supportedOptions)
        setSupportedOptions.
      • getType

        public java.lang.String getType()
        .
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
        setType.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object