Class TransactionListParams.TransactionRefresh.Builder

java.lang.Object
com.stripe.param.financialconnections.TransactionListParams.TransactionRefresh.Builder
Enclosing class:
TransactionListParams.TransactionRefresh

public static class TransactionListParams.TransactionRefresh.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • setAfter

      Required. Return results where the transactions were created or updated by a refresh that took place after this refresh (non-inclusive).
    • 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. See TransactionListParams.TransactionRefresh.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. See TransactionListParams.TransactionRefresh.extraParams for the field documentation.