public static class Customer.InvoiceSettings extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
InvoiceSettings() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<Invoice.CustomField> |
getCustomFields()
Default custom fields to be displayed on invoices for this customer.
|
java.lang.String |
getDefaultPaymentMethod()
Get id of expandable `defaultPaymentMethod` object.
|
PaymentMethod |
getDefaultPaymentMethodObject()
Get expanded `defaultPaymentMethod`.
|
java.lang.String |
getFooter()
Default footer to be displayed on invoices for this customer.
|
int |
hashCode() |
void |
setCustomFields(java.util.List<Invoice.CustomField> customFields)
Default custom fields to be displayed on invoices for this customer.
|
void |
setDefaultPaymentMethod(java.lang.String id) |
void |
setDefaultPaymentMethodObject(PaymentMethod expandableObject) |
void |
setFooter(java.lang.String footer)
Default footer to be displayed on invoices for this customer.
|
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.String getDefaultPaymentMethod()
public void setDefaultPaymentMethod(java.lang.String id)
public PaymentMethod getDefaultPaymentMethodObject()
public void setDefaultPaymentMethodObject(PaymentMethod expandableObject)
public java.util.List<Invoice.CustomField> getCustomFields()
public java.lang.String getFooter()
public void setCustomFields(java.util.List<Invoice.CustomField> customFields)
public void setFooter(java.lang.String footer)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object