Package com.stripe.param
Class PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.Builder
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.Builder
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails
public static class PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.Builder
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.Please pass in an address that is within your Stripe user account country.Phone number (e.g., a toll-free number that customers can call).
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAddress
public PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.Builder setAddress(PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.Address address) Please pass in an address that is within your Stripe user account country. -
putExtraParam
public PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.Builder putExtraParam(String key, Object value) Add a key/value pair 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. SeePaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.extraParams
for the field documentation. -
putAllExtraParam
public PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.Builder putAllExtraParam(Map<String, Object> map) 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. SeePaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.extraParams
for the field documentation. -
setPhone
public PaymentIntentCreateParams.PaymentMethodOptions.Card.StatementDetails.Builder setPhone(String phone) Phone number (e.g., a toll-free number that customers can call).
-