Sha256: 4ac76a805fbb4ccd28cd58e2a1e2db21073580a4628d383ef7224c7f725a3002
Contents?: true
Size: 668 Bytes
Versions: 4
Compression:
Stored size: 668 Bytes
Contents
# SyncteraRubySdk::ExternalAccountVendorData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_number_mask** | **String** | The last alphanumeric characters of an account's official account number. Note that the mask may be non-unique between accounts, and it may also not match the mask that the bank displays to the user. | [optional] | | **institution_id** | **String** | The ID of the institution external account belongs | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::ExternalAccountVendorData.new( account_number_mask: null, institution_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems