Package com.stripe.model
Class Account.Settings.TaxForms
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.TaxForms
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Settings
For more details about TaxForms, 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 booleanbooleanWhether the account opted out of receiving their tax forms by postal delivery.inthashCode()voidsetConsentedToPaperlessDelivery(Boolean consentedToPaperlessDelivery) Whether the account opted out of receiving their tax forms by postal delivery.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TaxForms
public TaxForms()
-
-
Method Details
-
getConsentedToPaperlessDelivery
Whether the account opted out of receiving their tax forms by postal delivery. -
setConsentedToPaperlessDelivery
Whether the account opted out of receiving their tax forms by postal delivery. -
equals
-
canEqual
-
hashCode
public int hashCode()
-