Sha256: 991e874ac38294a09838ee1bb5035640099afcc00d80498c77b92707f52acd54
Contents?: true
Size: 520 Bytes
Versions: 4
Compression:
Stored size: 520 Bytes
Contents
# Plaid::NumbersInternational ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_id** | **String** | The Plaid account ID associated with the account numbers | | | **iban** | **String** | The International Bank Account Number (IBAN) for the account | | | **bic** | **String** | The Bank Identifier Code (BIC) for the account | | ## Example ```ruby require 'plaid' instance = Plaid::NumbersInternational.new( account_id: null, iban: null, bic: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems