Package com.stripe.param.v2.core
Class AccountTokenCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue.Builder
java.lang.Object
com.stripe.param.v2.core.AccountTokenCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue.Builder
public static class AccountTokenCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue.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.A non-negative integer representing the amount in the smallest currency unit.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAmount
public AccountTokenCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue.Builder setAmount(AccountTokenCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue.Amount amount) A non-negative integer representing the amount in the smallest currency unit. -
putExtraParam
public AccountTokenCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue.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.BusinessDetails.MonthlyEstimatedRevenue.extraParamsfor the field documentation. -
putAllExtraParam
public AccountTokenCreateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue.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.BusinessDetails.MonthlyEstimatedRevenue.extraParamsfor the field documentation.
-