Class ProcessorBalanceGetRequestOptions

java.lang.Object
com.plaid.client.model.ProcessorBalanceGetRequestOptions

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2021-10-15T19:47:39.714Z[GMT]")
public class ProcessorBalanceGetRequestOptions
extends java.lang.Object
An optional object to filter `/processor/balance/get` results.
  • Field Details

  • Constructor Details

  • Method Details

    • minLastUpdatedDatetime

      public ProcessorBalanceGetRequestOptions minLastUpdatedDatetime​(java.time.OffsetDateTime minLastUpdatedDatetime)
    • getMinLastUpdatedDatetime

      @Nullable public java.time.OffsetDateTime getMinLastUpdatedDatetime()
      Timestamp in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. If the balance that is pulled for `ins_128026` (Capital One) is older than the given timestamp, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response. This field is only used when the institution is `ins_128026` (Capital One), in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For all other institutions, this field is ignored.
      Returns:
      minLastUpdatedDatetime
    • setMinLastUpdatedDatetime

      public void setMinLastUpdatedDatetime​(java.time.OffsetDateTime minLastUpdatedDatetime)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object