Class Subscription.PaymentMethodOptions.Card.MandateOptions

    • Constructor Detail

      • MandateOptions

        public MandateOptions()
    • Method Detail

      • getAmount

        public java.lang.Long getAmount()
      • getAmountType

        public java.lang.String getAmountType()
      • getDescription

        public java.lang.String getDescription()
      • setAmount

        public void setAmount​(java.lang.Long amount)
      • setAmountType

        public void setAmountType​(java.lang.String amountType)
      • setDescription

        public void setDescription​(java.lang.String description)
      • 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