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
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::AddAccountsRequestAccountIdentifiers.new(
iban: LI4476584648937N59B00,
number: 78277121
)