Sha256: fc988bf13d870e17d89c578a2c7c149d10bb45c22089ebb2cc20bf6755842b5c

Contents?: true

Size: 777 Bytes

Versions: 4

Compression:

Stored size: 777 Bytes

Contents

# SyncteraRubySdk::TransactionData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **external_data** | **Object** | an unstructured json blob representing additional transaction information supplied by the integrator. | [optional] |
| **lines** | [**Array<TransactionLine>**](TransactionLine.md) | The set of accounting entries associated with this transaction. For example, a debit to a customer account will have a corresponding credit in a general ledger account. |  |
| **memo** | **String** |  |  |
| **metadata** | **Object** |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::TransactionData.new(
  external_data: null,
  lines: null,
  memo: null,
  metadata: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/TransactionData.md
synctera_ruby_sdk-1.1.2 docs/TransactionData.md
synctera_ruby_sdk-1.1.1 docs/TransactionData.md
synctera_ruby_sdk-1.0.0 docs/TransactionData.md