Package com.stripe.model
Class Person.SelfReportedMonthlyHousingPayment
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Person.SelfReportedMonthlyHousingPayment
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Person
For more details about SelfReportedMonthlyHousingPayment, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAmount in the minor currency unit (e.g., cents for USD).Three-letter ISO currency code, in lowercase.inthashCode()voidAmount in the minor currency unit (e.g., cents for USD).voidsetCurrency(String currency) Three-letter ISO currency code, in lowercase.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SelfReportedMonthlyHousingPayment
public SelfReportedMonthlyHousingPayment()
-
-
Method Details
-
getAmount
Amount in the minor currency unit (e.g., cents for USD). -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setAmount
Amount in the minor currency unit (e.g., cents for USD). -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
equals
-
canEqual
-
hashCode
public int hashCode()
-