Package com.stripe.param.v2.core
Class AccountTokenCreateParams.Identity.Attestations.TermsOfService.Builder
java.lang.Object
com.stripe.param.v2.core.AccountTokenCreateParams.Identity.Attestations.TermsOfService.Builder
- Enclosing class:
- AccountTokenCreateParams.Identity.Attestations.TermsOfService
public static class AccountTokenCreateParams.Identity.Attestations.TermsOfService.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.Details on the Account's acceptance of the [Stripe Services Agreement]; IP, date, and User Agent are expanded by Stripe.setCardCreator(AccountTokenCreateParams.Identity.Attestations.TermsOfService.CardCreator cardCreator) Details on the Account's acceptance of Issuing-specific terms of service.setCryptoStorer(AccountTokenCreateParams.Identity.Attestations.TermsOfService.CryptoStorer cryptoStorer) Details on the Account's acceptance of Crypto-storer-specific terms of service; IP, date, and User Agent are expanded by Stripe.Details on the Account's acceptance of Treasury-specific terms of service; IP, date, and User Agent are expanded by Stripe.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAccount
public AccountTokenCreateParams.Identity.Attestations.TermsOfService.Builder setAccount(AccountTokenCreateParams.Identity.Attestations.TermsOfService.Account account) Details on the Account's acceptance of the [Stripe Services Agreement]; IP, date, and User Agent are expanded by Stripe. -
setCardCreator
public AccountTokenCreateParams.Identity.Attestations.TermsOfService.Builder setCardCreator(AccountTokenCreateParams.Identity.Attestations.TermsOfService.CardCreator cardCreator) Details on the Account's acceptance of Issuing-specific terms of service. -
setCryptoStorer
public AccountTokenCreateParams.Identity.Attestations.TermsOfService.Builder setCryptoStorer(AccountTokenCreateParams.Identity.Attestations.TermsOfService.CryptoStorer cryptoStorer) Details on the Account's acceptance of Crypto-storer-specific terms of service; IP, date, and User Agent are expanded by Stripe. -
putExtraParam
public AccountTokenCreateParams.Identity.Attestations.TermsOfService.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. SeeAccountTokenCreateParams.Identity.Attestations.TermsOfService.extraParamsfor the field documentation. -
putAllExtraParam
public AccountTokenCreateParams.Identity.Attestations.TermsOfService.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. SeeAccountTokenCreateParams.Identity.Attestations.TermsOfService.extraParamsfor the field documentation. -
setStorer
public AccountTokenCreateParams.Identity.Attestations.TermsOfService.Builder setStorer(AccountTokenCreateParams.Identity.Attestations.TermsOfService.Storer storer) Details on the Account's acceptance of Treasury-specific terms of service; IP, date, and User Agent are expanded by Stripe.
-