Package com.stripe.param
Class FxQuoteCreateParams.Usage.Builder
java.lang.Object
com.stripe.param.FxQuoteCreateParams.Usage.Builder
- Enclosing class:
- FxQuoteCreateParams.Usage
-
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.The payment transaction details that are intended for the FX Quote.The transfer transaction details that are intended for the FX Quote.Required. Which transaction the FX Quote will be used for
-
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. SeeFxQuoteCreateParams.Usage.extraParams
for 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. SeeFxQuoteCreateParams.Usage.extraParams
for the field documentation. -
setPayment
The payment transaction details that are intended for the FX Quote. -
setTransfer
The transfer transaction details that are intended for the FX Quote. -
setType
Required. Which transaction the FX Quote will be used forCan be “payment” | “transfer”
-