Package com.stripe.param.v2.core
Class AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.Builder
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.Builder
public static class AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.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.Can create commercial issuing cards with Celtic as BIN sponsor.setCrossRiverBank(AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.CrossRiverBank crossRiverBank) Can create commercial issuing cards with Cross River Bank as BIN sponsor.Can create commercial issuing cards with Lead as BIN sponsor.Can create commercial issuing cards with Stripe as BIN sponsor.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCeltic
public AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.Builder setCeltic(AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.Celtic celtic) Can create commercial issuing cards with Celtic as BIN sponsor. -
setCrossRiverBank
public AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.Builder setCrossRiverBank(AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.CrossRiverBank crossRiverBank) Can create commercial issuing cards with Cross River Bank as BIN sponsor. -
putExtraParam
public AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.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. SeeAccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.extraParamsfor the field documentation. -
putAllExtraParam
public AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.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. SeeAccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.extraParamsfor the field documentation. -
setLead
public AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.Builder setLead(AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.Lead lead) Can create commercial issuing cards with Lead as BIN sponsor. -
setStripe
public AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.Builder setStripe(AccountUpdateParams.Configuration.CardCreator.Capabilities.Commercial.Stripe stripe) Can create commercial issuing cards with Stripe as BIN sponsor.
-