Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.Builder
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.Builder
- Enclosing class:
- AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard
public static class AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.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.setBankTerms
(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.BankTerms bankTerms) Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.setFinancingDisclosures
(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.FinancingDisclosures financingDisclosures) Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.setPlatform
(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.Platform platform) Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard build()Finalize and obtain parameter instance from this builder. -
setBankTerms
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.Builder setBankTerms(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.BankTerms bankTerms) Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor. -
putExtraParam
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.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.Celtic.SpendCard.extraParams
for the field documentation. -
putAllExtraParam
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.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.Celtic.SpendCard.extraParams
for the field documentation. -
setFinancingDisclosures
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.Builder setFinancingDisclosures(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.FinancingDisclosures financingDisclosures) Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor. -
setPlatform
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.Builder setPlatform(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard.Platform platform) Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
-