Sha256: c38d9a8f1cc4eccd06513a1e65a44e2b8eb41f347378a3cc943c9e6a8a386a3b

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

# Plaid::PaymentMeta

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **reference_number** | **String** | The transaction reference number supplied by the financial institution. | [optional] |
| **ppd_id** | **String** | The ACH PPD ID for the payer. | [optional] |
| **payee** | **String** | For transfers, the party that is receiving the transaction. | [optional] |
| **by_order_of** | **String** | The party initiating a wire transfer. Will be `null` if the transaction is not a wire transfer. | [optional] |
| **payer** | **String** | For transfers, the party that is paying the transaction. | [optional] |
| **payment_method** | **String** | The type of transfer, e.g. 'ACH' | [optional] |
| **payment_processor** | **String** | The name of the payment processor | [optional] |
| **reason** | **String** | The payer-supplied description of the transfer. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::PaymentMeta.new(
  reference_number: null,
  ppd_id: null,
  payee: null,
  by_order_of: null,
  payer: null,
  payment_method: null,
  payment_processor: null,
  reason: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/PaymentMeta.md
plaid-14.0.0.beta.3 docs/PaymentMeta.md
plaid-14.0.0.beta.2 docs/PaymentMeta.md
plaid-14.0.0.beta.1 docs/PaymentMeta.md