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 Summary
Nested 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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InvoiceSettings
public InvoiceSettings()
-
-
Method Details
-
getDefaultPaymentMethod
Get ID of expandabledefaultPaymentMethodobject. -
setDefaultPaymentMethod
-
getDefaultPaymentMethodObject
Get expandeddefaultPaymentMethod. -
setDefaultPaymentMethodObject
-
getCustomFields
Default custom fields to be displayed on invoices for this customer. -
getRenderingOptions
Default options for invoice PDF rendering for this customer. -
setCustomFields
Default custom fields to be displayed on invoices for this customer. -
setRenderingOptions
Default options for invoice PDF rendering for this customer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-