Enum Class SubscriptionCreateParams.CollectionMethod

java.lang.Object
java.lang.Enum<SubscriptionCreateParams.CollectionMethod>
com.stripe.param.SubscriptionCreateParams.CollectionMethod
All Implemented Interfaces:
ApiRequestParams.EnumParam, Serializable, Comparable<SubscriptionCreateParams.CollectionMethod>, Constable
Enclosing class:
SubscriptionCreateParams

public static enum SubscriptionCreateParams.CollectionMethod extends Enum<SubscriptionCreateParams.CollectionMethod> implements ApiRequestParams.EnumParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See SubscriptionCreateParams.TransferData.extraParams for the field documentation.