Sha256: 87904c95bcd609d9af22e797960f37291a54b5bccbabb869f6ca3414c9c50a30

Contents?: true

Size: 661 Bytes

Versions: 4

Compression:

Stored size: 661 Bytes

Contents

# SyncteraRubySdk::AddAccountsRequestAccountIdentifiers

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **iban** | **String** | The IBAN of the account. On write, Synctera will store the entire IBAN number; on read, we only return the last 4 characters.  | [optional] |
| **number** | **String** | The account number. On write, Synctera will store the entire account number; on read, we only return the last 4 characters.  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AddAccountsRequestAccountIdentifiers.new(
  iban: LI4476584648937N59B00,
  number: 78277121
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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