Sha256: 449dd177815a44646df7468e7f3d0fe36654062796143aeff2d362e1c516a420
Contents?: true
Size: 561 Bytes
Versions: 4
Compression:
Stored size: 561 Bytes
Contents
# SyncteraRubySdk::PatchAccountsRequestAccountIdentifiers ## 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. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::PatchAccountsRequestAccountIdentifiers.new( iban: LI4476584648937N59B00, number: 87654321 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems