Package com.stripe.param
Class AccountSessionCreateParams.Components.IssuingCard.Features.Builder
java.lang.Object
com.stripe.param.AccountSessionCreateParams.Components.IssuingCard.Features.Builder
- Enclosing class:
- AccountSessionCreateParams.Components.IssuingCard.Features
public static class AccountSessionCreateParams.Components.IssuingCard.Features.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.setCardholderManagement
(Boolean cardholderManagement) Whether to allow cardholder management features.setCardManagement
(Boolean cardManagement) Whether to allow card management features.setCardSpendDisputeManagement
(Boolean cardSpendDisputeManagement) Whether to allow card spend dispute management features.setSpendControlManagement
(Boolean spendControlManagement) Whether to allow spend control management features.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCardManagement
public AccountSessionCreateParams.Components.IssuingCard.Features.Builder setCardManagement(Boolean cardManagement) Whether to allow card management features. -
setCardSpendDisputeManagement
public AccountSessionCreateParams.Components.IssuingCard.Features.Builder setCardSpendDisputeManagement(Boolean cardSpendDisputeManagement) Whether to allow card spend dispute management features. -
setCardholderManagement
public AccountSessionCreateParams.Components.IssuingCard.Features.Builder setCardholderManagement(Boolean cardholderManagement) Whether to allow cardholder management features. -
putExtraParam
public AccountSessionCreateParams.Components.IssuingCard.Features.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. SeeAccountSessionCreateParams.Components.IssuingCard.Features.extraParams
for the field documentation. -
putAllExtraParam
public AccountSessionCreateParams.Components.IssuingCard.Features.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. SeeAccountSessionCreateParams.Components.IssuingCard.Features.extraParams
for the field documentation. -
setSpendControlManagement
public AccountSessionCreateParams.Components.IssuingCard.Features.Builder setSpendControlManagement(Boolean spendControlManagement) Whether to allow spend control management features.
-