Class OutboundPaymentListParams.Builder

java.lang.Object
com.stripe.param.v2.moneymanagement.OutboundPaymentListParams.Builder
Enclosing class:
OutboundPaymentListParams

public static class OutboundPaymentListParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public OutboundPaymentListParams build()
      Finalize and obtain parameter instance from this builder.
    • setCreated

      public OutboundPaymentListParams.Builder setCreated(Instant created)
      Filter for objects created at the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
    • setCreatedGt

      public OutboundPaymentListParams.Builder setCreatedGt(Instant createdGt)
      Filter for objects created after the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
    • setCreatedGte

      public OutboundPaymentListParams.Builder setCreatedGte(Instant createdGte)
      Filter for objects created on or after the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
    • setCreatedLt

      public OutboundPaymentListParams.Builder setCreatedLt(Instant createdLt)
      Filter for objects created before the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
    • setCreatedLte

      public OutboundPaymentListParams.Builder setCreatedLte(Instant createdLte)
      Filter for objects created on or before the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
    • putExtraParam

      public OutboundPaymentListParams.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. See OutboundPaymentListParams.extraParams for the field documentation.
    • putAllExtraParam

      public OutboundPaymentListParams.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. See OutboundPaymentListParams.extraParams for the field documentation.
    • setLimit

      public OutboundPaymentListParams.Builder setLimit(Integer limit)
      The maximum number of results to return.
    • setRecipient

      public OutboundPaymentListParams.Builder setRecipient(String recipient)
      Only return OutboundPayments sent to this recipient.
    • addStatus

      Add an element to `status` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See OutboundPaymentListParams.status for the field documentation.
    • addAllStatus

      Add all elements to `status` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See OutboundPaymentListParams.status for the field documentation.