Package com.stripe.param.treasury
Class FinancialAccountCreateParams.Features.InboundTransfers.Builder
java.lang.Object
com.stripe.param.treasury.FinancialAccountCreateParams.Features.InboundTransfers.Builder
- Enclosing class:
- FinancialAccountCreateParams.Features.InboundTransfers
-
Constructor Summary
-
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.Enables ACH Debits via the InboundTransfers API.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAch
public FinancialAccountCreateParams.Features.InboundTransfers.Builder setAch(FinancialAccountCreateParams.Features.InboundTransfers.Ach ach) Enables ACH Debits via the InboundTransfers API. -
putExtraParam
public FinancialAccountCreateParams.Features.InboundTransfers.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. SeeFinancialAccountCreateParams.Features.InboundTransfers.extraParams
for the field documentation. -
putAllExtraParam
public FinancialAccountCreateParams.Features.InboundTransfers.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. SeeFinancialAccountCreateParams.Features.InboundTransfers.extraParams
for the field documentation.
-