Sha256: 59358651142063bbc2d367ced4132794de092fc9c6ecf1017974fe633b7df666
Contents?: true
Size: 521 Bytes
Versions: 4
Compression:
Stored size: 521 Bytes
Contents
# Plaid::AssetReportTransactionAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **date_transacted** | **String** | The date on which the transaction took place, in IS0 8601 format. | [optional] | | **original_description** | **String** | The string returned by the financial institution to describe the transaction | | ## Example ```ruby require 'plaid' instance = Plaid::AssetReportTransactionAllOf.new( date_transacted: null, original_description: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems