Class PaymentInitiationPaymentListRequest

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2021-10-15T19:47:39.714Z[GMT]")
public class PaymentInitiationPaymentListRequest
extends java.lang.Object
PaymentInitiationPaymentListRequest defines the request schema for `/payment_initiation/payment/list`
  • Field Details

  • Constructor Details

  • Method Details

    • clientId

      public PaymentInitiationPaymentListRequest clientId​(java.lang.String clientId)
    • getClientId

      @Nullable public java.lang.String getClientId()
      Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
      Returns:
      clientId
    • setClientId

      public void setClientId​(java.lang.String clientId)
    • secret

      public PaymentInitiationPaymentListRequest secret​(java.lang.String secret)
    • getSecret

      @Nullable public java.lang.String getSecret()
      Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
      Returns:
      secret
    • setSecret

      public void setSecret​(java.lang.String secret)
    • count

      public PaymentInitiationPaymentListRequest count​(java.lang.Integer count)
    • getCount

      @Nullable public java.lang.Integer getCount()
      The maximum number of payments to return. If `count` is not specified, a maximum of 10 payments will be returned, beginning with the most recent payment before the cursor (if specified). minimum: 1 maximum: 200
      Returns:
      count
    • setCount

      public void setCount​(java.lang.Integer count)
    • cursor

      public PaymentInitiationPaymentListRequest cursor​(java.time.OffsetDateTime cursor)
    • getCursor

      @Nullable public java.time.OffsetDateTime getCursor()
      A string in RFC 3339 format (i.e. \"2019-12-06T22:35:49Z\"). Only payments created before the cursor will be returned.
      Returns:
      cursor
    • setCursor

      public void setCursor​(java.time.OffsetDateTime cursor)
    • 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