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
-
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<Invoice.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(Invoice.RenderingOptions renderingOptions) Default options for invoice PDF rendering for this customer.Methods inherited from class com.stripe.model.StripeObject
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()
-