Class Subscription.PaymentSettings.PaymentMethodOptions.Pix.MandateOptions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PaymentSettings.PaymentMethodOptions.Pix.MandateOptions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Subscription.PaymentSettings.PaymentMethodOptions.Pix

public static class Subscription.PaymentSettings.PaymentMethodOptions.Pix.MandateOptions extends StripeObject
For more details about MandateOptions, please refer to the API Reference.
  • Constructor Details

    • MandateOptions

      public MandateOptions()
  • Method Details

    • getAmount

      public Long getAmount()
    • getAmountIncludesIof

      public String getAmountIncludesIof()
    • getEndDate

      public String getEndDate()
    • getPaymentSchedule

      public String getPaymentSchedule()
    • setAmount

      public void setAmount(Long amount)
    • setAmountIncludesIof

      public void setAmountIncludesIof(String amountIncludesIof)
    • setEndDate

      public void setEndDate(String endDate)
    • setPaymentSchedule

      public void setPaymentSchedule(String paymentSchedule)
    • 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