Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.Builder
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.Builder
- Enclosing class:
- AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic
public static class AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.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.setApplePay
(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.ApplePay applePay) Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.setChargeCard
(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.ChargeCard chargeCard) Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.setSpendCard
(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard spendCard) Terms of service acceptances 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 build()Finalize and obtain parameter instance from this builder. -
setApplePay
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.Builder setApplePay(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.ApplePay applePay) Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor. -
setChargeCard
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.Builder setChargeCard(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.ChargeCard chargeCard) Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor. -
putExtraParam
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.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.extraParams
for the field documentation. -
putAllExtraParam
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.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.extraParams
for the field documentation. -
setSpendCard
public AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.Builder setSpendCard(AccountUpdateParams.Identity.Attestations.TermsOfService.CardCreator.Commercial.Celtic.SpendCard spendCard) Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
-