Class PaymentIntentCreateParams.PaymentMethodOptions.Pix.MandateOptions

java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.Pix.MandateOptions
Enclosing class:
PaymentIntentCreateParams.PaymentMethodOptions.Pix

public static class PaymentIntentCreateParams.PaymentMethodOptions.Pix.MandateOptions extends Object
  • Method Details

    • builder

    • getAmount

      public Long getAmount()
      Amount to be charged for future payments. Required when amount_type=fixed. If not provided for amount_type=maximum, defaults to 40000.
    • getAmountIncludesIof

      Determines if the amount includes the IOF tax. Defaults to never.
    • getAmountType

      Type of amount. Defaults to maximum.
    • getCurrency

      public String getCurrency()
      Three-letter ISO currency code, in lowercase. Only brl is supported currently.
    • getEndDate

      public String getEndDate()
      Date when the mandate expires and no further payments will be charged, in YYYY-MM-DD. If not provided, the mandate will be active until canceled. If provided, end date should be after start date.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getPaymentSchedule

      Schedule at which the future payments will be charged. Defaults to weekly.
    • getReference

      public String getReference()
      Subscription name displayed to buyers in their bank app. Defaults to the displayable business name.
    • getStartDate

      public String getStartDate()
      Start date of the mandate, in YYYY-MM-DD. Start date should be at least 3 days in the future. Defaults to 3 days after the current date.
    • 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