Sha256: ad20ad26b7fe1314f5d00ec3bcd9da6bb33dcbe0016d0d2e452a6241465e260e
Contents?: true
Size: 954 Bytes
Versions: 3
Compression:
Stored size: 954 Bytes
Contents
# Plaid::PaymentInitiationPaymentCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **recipient_id** | **String** | The ID of the recipient the payment is for. | | | **reference** | **String** | A reference for the payment. This must be an alphanumeric string with at most 18 characters and must not contain any special characters (since not all institutions support them). | | | **amount** | [**Amount**](Amount.md) | | | | **schedule** | [**ExternalPaymentSchedule**](ExternalPaymentSchedule.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::PaymentInitiationPaymentCreateRequest.new( client_id: null, secret: null, recipient_id: null, reference: null, amount: null, schedule: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems