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