Sha256: 7fbf3469daa3ee723aff2c599406dd29bef7b155d2cdcb56b8322d26c3693177
Contents?: true
Size: 1.24 KB
Versions: 16
Compression:
Stored size: 1.24 KB
Contents
# CybridApiBank::CustomerBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the customer. | [optional] | | **bank_guid** | **String** | Auto-generated unique identifier for the customer's bank. | [optional] | | **type** | **String** | The customer's type. | [optional] | | **created_at** | **Time** | ISO8601 datetime the customer was created at. | [optional] | | **state** | **String** | The customer's state. | [optional] | | **name** | [**CustomerNameBankModel**](CustomerNameBankModel.md) | | [optional] | | **address** | [**CustomerAddressBankModel**](CustomerAddressBankModel.md) | | [optional] | | **date_of_birth** | **Date** | The customer's date of birth. | [optional] | | **phone_number** | **String** | The customer's phone number. | [optional] | | **email_address** | **String** | The customer's phone number. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::CustomerBankModel.new( guid: null, bank_guid: null, type: null, created_at: null, state: null, name: null, address: null, date_of_birth: null, phone_number: null, email_address: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems