Class PaymentMethodOption


  • public class PaymentMethodOption
    extends java.lang.Object
    Payment method option configuration
    • Constructor Detail

      • PaymentMethodOption

        public PaymentMethodOption()
      • PaymentMethodOption

        public PaymentMethodOption​(java.lang.String id,
                                   java.lang.String status,
                                   java.util.List<java.lang.String> flags,
                                   PaymentMethodAction action)
        Creates a new PaymentMethodOption instance.
        Parameters:
        id - The unique identifier for the payment method option
        status - The status of the payment method option
        flags - Configuration flags for the payment method option
        action - The action configuration for the payment method option
    • Method Detail

      • getId

        public java.lang.String getId()
        The unique identifier for the payment method option
      • getStatus

        public java.lang.String getStatus()
        The status of the payment method option
      • getFlags

        public java.util.List<java.lang.String> getFlags()
        Configuration flags for the payment method option
      • getAction

        public PaymentMethodAction getAction()
        The action configuration for the payment method option
      • setId

        public void setId​(java.lang.String id)
        The unique identifier for the payment method option
      • setStatus

        public void setStatus​(java.lang.String status)
        The status of the payment method option
      • setFlags

        public void setFlags​(java.util.List<java.lang.String> flags)
        Configuration flags for the payment method option
      • setAction

        public void setAction​(PaymentMethodAction action)
        The action configuration for the payment method option
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object