Class Session.PaymentMethodOptions.Pix.MandateOptions

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

public static class Session.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()
    • getAmountType

      public String getAmountType()
    • getCurrency

      public String getCurrency()
    • getEndDate

      public String getEndDate()
    • getPaymentSchedule

      public String getPaymentSchedule()
    • getReference

      public String getReference()
    • getStartDate

      public String getStartDate()
    • setAmount

      public void setAmount(Long amount)
    • setAmountIncludesIof

      public void setAmountIncludesIof(String amountIncludesIof)
    • setAmountType

      public void setAmountType(String amountType)
    • setCurrency

      public void setCurrency(String currency)
    • setEndDate

      public void setEndDate(String endDate)
    • setPaymentSchedule

      public void setPaymentSchedule(String paymentSchedule)
    • setReference

      public void setReference(String reference)
    • setStartDate

      public void setStartDate(String startDate)
    • 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