Sha256: debaf0b1078e3346f45e01273849de37c1fea6ed8db6166216113c2f951ff1b9
Contents?: true
Size: 911 Bytes
Versions: 4
Compression:
Stored size: 911 Bytes
Contents
# Plaid::PaymentInitiationPaymentListResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payments** | [**Array<PaymentInitiationPaymentGetResponse>**](PaymentInitiationPaymentGetResponse.md) | An array of payments that have been created, associated with the given `client_id`. | | | **next_cursor** | **String** | The value that, when used as the optional `cursor` parameter to `/payment_initiation/payment/list`, will return the next unreturned payment as its first payment. | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::PaymentInitiationPaymentListResponse.new( payments: null, next_cursor: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems