Package com.stripe.model
Class Account.Settings.Invoices
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.Invoices
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Settings
For more details about Invoices, 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 boolean
boolean
Get expandeddefaultAccountTaxIds
.Get IDs of expandabledefaultAccountTaxIds
object list.Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.int
hashCode()
void
void
void
setHostedPaymentMethodSave
(String hostedPaymentMethodSave) Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Invoices
public Invoices()
-
-
Method Details
-
getDefaultAccountTaxIds
Get IDs of expandabledefaultAccountTaxIds
object list. -
setDefaultAccountTaxIds
-
getDefaultAccountTaxIdObjects
Get expandeddefaultAccountTaxIds
. -
setDefaultAccountTaxIdObjects
-
getHostedPaymentMethodSave
Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.One of
always
,never
, oroffer
. -
setHostedPaymentMethodSave
Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.One of
always
,never
, oroffer
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-