Sha256: 70c58d7b28d4e7789eaede0854db193e478106bb661c85cb5bf0b3f12ebf240c
Contents?: true
Size: 896 Bytes
Versions: 3
Compression:
Stored size: 896 Bytes
Contents
# Plaid::PaymentInitiationRecipientCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **name** | **String** | The name of the recipient | | | **iban** | **String** | The International Bank Account Number (IBAN) for the recipient. If BACS data is not provided, an IBAN is required. | [optional] | | **bacs** | [**NullableRecipientBACS**](NullableRecipientBACS.md) | | [optional] | | **address** | [**PaymentInitiationAddress**](PaymentInitiationAddress.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::PaymentInitiationRecipientCreateRequest.new( client_id: null, secret: null, name: null, iban: null, bacs: null, address: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems