Package com.stripe.model.v2.core
Class Account.Configuration.Customer.Billing
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Customer.Billing
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration.Customer
Billing settings - default settings used for this customer in Billing flows such as
Invoices and Subscriptions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Default settings used on invoices for this customer. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
ID of a payment method that’s attached to the customer, to be used as the customer’s default payment method for invoices and subscriptions.Default settings used on invoices for this customer.int
hashCode()
void
setDefaultPaymentMethod
(String defaultPaymentMethod) ID of a payment method that’s attached to the customer, to be used as the customer’s default payment method for invoices and subscriptions.void
Default settings used on invoices for this customer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Billing
public Billing()
-
-
Method Details
-
getDefaultPaymentMethod
ID of a payment method that’s attached to the customer, to be used as the customer’s default payment method for invoices and subscriptions. -
getInvoice
Default settings used on invoices for this customer. -
setDefaultPaymentMethod
ID of a payment method that’s attached to the customer, to be used as the customer’s default payment method for invoices and subscriptions. -
setInvoice
Default settings used on invoices for this customer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-