Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Builder
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Builder
public static class AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.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.setAccountHolder
(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.AccountHolder accountHolder) Terms of service acceptances for Stripe commercial card issuing.setCeltic
(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic celtic) Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.setCrossRiverBank
(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.CrossRiverBank crossRiverBank) Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAccountHolder
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Builder setAccountHolder(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.AccountHolder accountHolder) Terms of service acceptances for Stripe commercial card issuing. -
setCeltic
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Builder setCeltic(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic celtic) Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor. -
setCrossRiverBank
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Builder setCrossRiverBank(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.CrossRiverBank crossRiverBank) Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor. -
putExtraParam
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.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.Identity.Attestations.TermsOfService.CardCreator.Commercial.extraParams
for the field documentation. -
putAllExtraParam
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.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.Identity.Attestations.TermsOfService.CardCreator.Commercial.extraParams
for the field documentation.
-