Package com.stripe.param.checkout
Class SessionCreateParams.PaymentIntentData.TransferData
- java.lang.Object
-
- com.stripe.param.checkout.SessionCreateParams.PaymentIntentData.TransferData
-
- Enclosing class:
- SessionCreateParams.PaymentIntentData
public static class SessionCreateParams.PaymentIntentData.TransferData extends java.lang.Object
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. SeeSessionCreateParams.PaymentIntentData.Shipping.Address.extraParams
for the field documentation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SessionCreateParams.PaymentIntentData.TransferData.Builder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SessionCreateParams.PaymentIntentData.TransferData.Builder
builder()
-
-
-
Method Detail
-
builder
public static SessionCreateParams.PaymentIntentData.TransferData.Builder builder()
-
-