Package com.stripe.model
Class Customer.InvoiceSettings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Customer.InvoiceSettings
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Customer
For more details about InvoiceSettings, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about CustomField, please refer to the API Reference.static classFor more details about RenderingOptions, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanDefault custom fields to be displayed on invoices for this customer.Get ID of expandabledefaultPaymentMethodobject.Get expandeddefaultPaymentMethod.Default footer to be displayed on invoices for this customer.Default options for invoice PDF rendering for this customer.inthashCode()voidsetCustomFields(List<Customer.InvoiceSettings.CustomField> customFields) Default custom fields to be displayed on invoices for this customer.voidvoidsetDefaultPaymentMethodObject(PaymentMethod expandableObject) voidDefault footer to be displayed on invoices for this customer.voidsetRenderingOptions(Customer.InvoiceSettings.RenderingOptions renderingOptions) Default options for invoice PDF rendering for this customer.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
InvoiceSettingspublic InvoiceSettings()
 
- 
- 
Method Details- 
getDefaultPaymentMethodGet ID of expandabledefaultPaymentMethodobject.
- 
setDefaultPaymentMethod
- 
getDefaultPaymentMethodObjectGet expandeddefaultPaymentMethod.
- 
setDefaultPaymentMethodObject
- 
getCustomFieldsDefault custom fields to be displayed on invoices for this customer.
- 
getRenderingOptionsDefault options for invoice PDF rendering for this customer.
- 
setCustomFieldsDefault custom fields to be displayed on invoices for this customer.
- 
setRenderingOptionsDefault options for invoice PDF rendering for this customer.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-