Enum Class PaymentIntentUpdateParams.CaptureMethod

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

public static enum PaymentIntentUpdateParams.CaptureMethod extends Enum<PaymentIntentUpdateParams.CaptureMethod> 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 PaymentIntentUpdateParams.TransferData.extraParams for the field documentation.