Enum Class PaymentMethodCreateParams.Type

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

public static enum PaymentMethodCreateParams.Type extends Enum<PaymentMethodCreateParams.Type> 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 PaymentMethodCreateParams.Zip.extraParams for the field documentation.