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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Default custom fields to be displayed on invoices for this customer.Get ID of expandabledefaultPaymentMethod
object.Get expandeddefaultPaymentMethod
.Default footer to be displayed on invoices for this customer.Default options for invoice PDF rendering for this customer.int
hashCode()
void
setCustomFields
(List<Customer.InvoiceSettings.CustomField> customFields) Default custom fields to be displayed on invoices for this customer.void
void
setDefaultPaymentMethodObject
(PaymentMethod expandableObject) void
Default footer to be displayed on invoices for this customer.void
setRenderingOptions
(Customer.InvoiceSettings.RenderingOptions renderingOptions) Default options for invoice PDF rendering for this customer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InvoiceSettings
public InvoiceSettings()
-
-
Method Details
-
getDefaultPaymentMethod
Get ID of expandabledefaultPaymentMethod
object. -
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()
-