Class PaymentMethod.Boleto

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Boleto
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethod

public static class PaymentMethod.Boleto extends StripeObject
  • Constructor Details

    • Boleto

      public Boleto()
  • Method Details

    • getTaxId

      public String getTaxId()
      Uniquely identifies the customer tax id (CNPJ or CPF).
    • setTaxId

      public void setTaxId(String taxId)
      Uniquely identifies the customer tax id (CNPJ or CPF).
    • 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