Class Person.SelfReportedMonthlyHousingPayment

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Person.SelfReportedMonthlyHousingPayment
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Person

public static class Person.SelfReportedMonthlyHousingPayment extends StripeObject
For more details about SelfReportedMonthlyHousingPayment, please refer to the API Reference.
  • Constructor Details

    • SelfReportedMonthlyHousingPayment

      public SelfReportedMonthlyHousingPayment()
  • Method Details

    • getAmount

      public Long getAmount()
      Amount in the minor currency unit (e.g., cents for USD).
    • getCurrency

      public String getCurrency()
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • setAmount

      public void setAmount(Long amount)
      Amount in the minor currency unit (e.g., cents for USD).
    • setCurrency

      public void setCurrency(String currency)
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • 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