Class CurrencyConversionCreateParams.Builder
java.lang.Object
com.stripe.param.v2.moneymanagement.CurrencyConversionCreateParams.Builder
- Enclosing class:
- CurrencyConversionCreateParams
-
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.setFinancialAccount(String financialAccount) Required. The FinancialAccount id to create the CurrencyConversion on.Required. From amount object indicating the from currency or optional amount.Required. To amount object indicating the to currency or optional amount.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
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. SeeCurrencyConversionCreateParams.extraParamsfor the field documentation. -
putAllExtraParam
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. SeeCurrencyConversionCreateParams.extraParamsfor the field documentation. -
setFinancialAccount
Required. The FinancialAccount id to create the CurrencyConversion on. -
setFrom
Required. From amount object indicating the from currency or optional amount. -
setTo
Required. To amount object indicating the to currency or optional amount.
-