Class TransactionListParams.TransactedAt.Builder
java.lang.Object
com.stripe.param.financialconnections.TransactionListParams.TransactedAt.Builder
- Enclosing class:
- TransactionListParams.TransactedAt
-
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.Minimum value to filter by (exclusive).Minimum value to filter by (inclusive).Maximum value to filter by (exclusive).
-
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. SeeTransactionListParams.TransactedAt.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. SeeTransactionListParams.TransactedAt.extraParams
for the field documentation. -
setGt
Minimum value to filter by (exclusive). -
setGte
Minimum value to filter by (inclusive). -
setLt
Maximum value to filter by (exclusive). -
setLte
-