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
Default Billing settings for the customer account, used in Invoices and Subscriptions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDefault invoice settings for the customer account. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanID of a PaymentMethod attached to the customer account to use as the default for invoices and subscriptions.Default invoice settings for the customer account.inthashCode()voidsetDefaultPaymentMethod(String defaultPaymentMethod) ID of a PaymentMethod attached to the customer account to use as the default for invoices and subscriptions.voidDefault invoice settings for the customer account.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 PaymentMethod attached to the customer account to use as the default for invoices and subscriptions. -
getInvoice
Default invoice settings for the customer account. -
setDefaultPaymentMethod
ID of a PaymentMethod attached to the customer account to use as the default for invoices and subscriptions. -
setInvoice
Default invoice settings for the customer account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-