Class Mandate.SingleUse

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.SingleUse
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Mandate

public static class Mandate.SingleUse extends StripeObject
Mandate collection method

Equal to paper.

  • Constructor Details

    • SingleUse

      public SingleUse()
  • Method Details

    • getAmount

      public Long getAmount()
      The amount of the payment on a single use mandate.
    • getCurrency

      public String getCurrency()
      The currency of the payment on a single use mandate.
    • setAmount

      public void setAmount(Long amount)
      The amount of the payment on a single use mandate.
    • setCurrency

      public void setCurrency(String currency)
      The currency of the payment on a single use mandate.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object