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 booleanbooleanThe ID of aPaymentMethodattached to this Account'scustomerconfiguration, used as the default payment method for invoices and subscriptions.Default invoice settings for the customer account.inthashCode()voidsetDefaultPaymentMethod(String defaultPaymentMethod) The ID of aPaymentMethodattached to this Account'scustomerconfiguration, used as the default payment method 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
The ID of aPaymentMethodattached to this Account'scustomerconfiguration, used as the default payment method for invoices and subscriptions. -
getInvoice
Default invoice settings for the customer account. -
setDefaultPaymentMethod
The ID of aPaymentMethodattached to this Account'scustomerconfiguration, used as the default payment method for invoices and subscriptions. -
setInvoice
Default invoice settings for the customer account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-