Sha256: 6f80fd74c062fe705be5f88bd239094c0530819ced1f212c4a89a68376d61314
Contents?: true
Size: 972 Bytes
Versions: 31
Compression:
Stored size: 972 Bytes
Contents
# MxPlatformRuby::AccountNumberResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_guid** | **String** | | [optional] | | **account_number** | **String** | | [optional] | | **guid** | **String** | | [optional] | | **institution_number** | **String** | | [optional] | | **member_guid** | **String** | | [optional] | | **routing_number** | **String** | | [optional] | | **transit_number** | **String** | | [optional] | | **user_guid** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::AccountNumberResponse.new( account_guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1, account_number: 10001, guid: ACN-8899832e-e5b4-42cd-aa25-bbf1dc889a8f, institution_number: 123, member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b, routing_number: 68899990000000, transit_number: 12345, user_guid: USR-fa7537f3-48aa-a683-a02a-b18940482f54 ) ```
Version data entries
31 entries across 31 versions & 1 rubygems