Package com.stripe.param
Class AccountCreateParams.BusinessProfile.MonthlyEstimatedRevenue.Builder
java.lang.Object
com.stripe.param.AccountCreateParams.BusinessProfile.MonthlyEstimatedRevenue.Builder
- Enclosing class:
- AccountCreateParams.BusinessProfile.MonthlyEstimatedRevenue
public static class AccountCreateParams.BusinessProfile.MonthlyEstimatedRevenue.Builder
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.Required. A non-negative integer representing how much to charge in the smallest currency unit.setCurrency
(String currency) Required. Three-letter ISO currency code, in lowercase.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAmount
Required. A non-negative integer representing how much to charge in the smallest currency unit. -
setCurrency
public AccountCreateParams.BusinessProfile.MonthlyEstimatedRevenue.Builder setCurrency(String currency) Required. Three-letter ISO currency code, in lowercase. Must be a supported currency. -
putExtraParam
public AccountCreateParams.BusinessProfile.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. SeeAccountCreateParams.BusinessProfile.MonthlyEstimatedRevenue.extraParams
for the field documentation. -
putAllExtraParam
public AccountCreateParams.BusinessProfile.MonthlyEstimatedRevenue.Builder putAllExtraParam(Map<String, Object> map)
-