Class Mandate.SingleUse

  • All Implemented Interfaces:
    StripeObjectInterface
    Enclosing class:
    Mandate

    public static class Mandate.SingleUse
    extends StripeObject
    The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.
    • Constructor Detail

      • SingleUse

        public SingleUse()
    • Method Detail

      • getAmount

        public java.lang.Long getAmount()
      • getCurrency

        public java.lang.String getCurrency()
      • setAmount

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

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