Class PaymentIntent.PaymentMethodOptions.BlikMandateOptionsOffSessionDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.BlikMandateOptionsOffSessionDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.PaymentMethodOptions

public static class PaymentIntent.PaymentMethodOptions.BlikMandateOptionsOffSessionDetails extends StripeObject
  • Constructor Details

    • BlikMandateOptionsOffSessionDetails

      public BlikMandateOptionsOffSessionDetails()
  • Method Details

    • getAmount

      public Long getAmount()
      Amount of each recurring payment.
    • getCurrency

      public String getCurrency()
      Currency of each recurring payment.
    • getInterval

      public String getInterval()
      Frequency interval of each recurring payment.

      One of day, month, week, or year.

    • getIntervalCount

      public Long getIntervalCount()
      Frequency indicator of each recurring payment.
    • setAmount

      public void setAmount(Long amount)
      Amount of each recurring payment.
    • setCurrency

      public void setCurrency(String currency)
      Currency of each recurring payment.
    • setInterval

      public void setInterval(String interval)
      Frequency interval of each recurring payment.

      One of day, month, week, or year.

    • setIntervalCount

      public void setIntervalCount(Long intervalCount)
      Frequency indicator of each recurring payment.
    • 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