Sha256: 2021731a595bfa2576b1dbdfda5c188401256aae3899007b9a5efd6992763ba0

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

# Plaid::PaymentInitiationPaymentListRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | 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. | [optional] |
| **secret** | **String** | 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. | [optional] |
| **count** | **Integer** | 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). | [optional][default to 10] |
| **cursor** | **String** | A string in RFC 3339 format (i.e. \"2019-12-06T22:35:49Z\"). Only payments created before the cursor will be returned. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::PaymentInitiationPaymentListRequest.new(
  client_id: null,
  secret: null,
  count: null,
  cursor: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/PaymentInitiationPaymentListRequest.md