Package com.stripe.model.v2.billing
Class Cadence.SettingsData.Collection
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.SettingsData.Collection
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cadence.SettingsData
Expanded collection settings data with actual configuration values.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Email delivery settings.static class
Payment Method specific configuration stored on the object. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setCollectionMethod
(String collectionMethod) void
setEmailDelivery
(Cadence.SettingsData.Collection.EmailDelivery emailDelivery) void
setPaymentMethodConfiguration
(String paymentMethodConfiguration) void
setPaymentMethodOptions
(Cadence.SettingsData.Collection.PaymentMethodOptions paymentMethodOptions) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Collection
public Collection()
-
-
Method Details
-
getCollectionMethod
-
getEmailDelivery
-
getPaymentMethodConfiguration
-
getPaymentMethodOptions
-
setCollectionMethod
-
setEmailDelivery
-
setPaymentMethodConfiguration
-
setPaymentMethodOptions
public void setPaymentMethodOptions(Cadence.SettingsData.Collection.PaymentMethodOptions paymentMethodOptions) -
equals
-
canEqual
-
hashCode
public int hashCode()
-