Sha256: ffaa23da7f02bec238bcfea85212eb65666b96afc636b9da8ba0020cb1998e99

Contents?: true

Size: 1.99 KB

Versions: 4

Compression:

Stored size: 1.99 KB

Contents

# SyncteraRubySdk::BaseStatementAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_summary** | [**AccountSummary**](AccountSummary.md) |  | [optional] |
| **authorized_signer** | [**Array<Person>**](Person.md) |  | [optional][readonly] |
| **closing_balance** | **Integer** | The account balance at the end of the statement period, in ISO 4217 minor currency units. | [optional] |
| **customer_service_details** | [**CustomerServiceDetails**](CustomerServiceDetails.md) |  | [optional] |
| **disclosure** | **String** |  | [optional] |
| **joint_account_holders** | [**Array<Person>**](Person.md) |  | [optional][readonly] |
| **opening_balance** | **Integer** | The account balance at the start of the statement period, in ISO 4217 minor currency units. | [optional] |
| **primary_account_holder_business** | [**Business1**](Business1.md) |  | [optional] |
| **primary_account_holder_personal** | [**Person**](Person.md) |  | [optional] |
| **transactions** | [**Array<Transaction>**](Transaction.md) | This attribute is deprecated and will be removed in a future API version. Use `GET /v0/statements/{statement_id}/transactions` instead.  | [optional] |
| **transactions_omitted** | **Boolean** | Only appears in `statement.created` webhook payloads. Indicates that the `transactions` attribute was emptied due to webhook size constraints. If this attribute returns `true`, you may use  `GET /v0/statements/{statement_id}/transactions` to retrieve the full list.  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::BaseStatementAllOf.new(
  account_summary: null,
  authorized_signer: null,
  closing_balance: null,
  customer_service_details: null,
  disclosure: null,
  joint_account_holders: null,
  opening_balance: null,
  primary_account_holder_business: null,
  primary_account_holder_personal: null,
  transactions: null,
  transactions_omitted: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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