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 booleanbooleanGet expandeddefaultAccountTaxIds.Get IDs of expandabledefaultAccountTaxIdsobject list.Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.inthashCode()voidvoidvoidsetHostedPaymentMethodSave(String hostedPaymentMethodSave) Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the 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 expandabledefaultAccountTaxIdsobject list. -
setDefaultAccountTaxIds
-
getDefaultAccountTaxIdObjects
Get expandeddefaultAccountTaxIds. -
setDefaultAccountTaxIdObjects
-
getHostedPaymentMethodSave
Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.One of
always,never, oroffer. -
setHostedPaymentMethodSave
Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.One of
always,never, oroffer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-