Sha256: 265cb5f43030a65bb54d5b9907409cd9a8a42bb69be58b1feea40d322ae2a9a0

Contents?: true

Size: 1.85 KB

Versions: 33

Compression:

Stored size: 1.85 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 record was created at. | [optional] |
| **updated_at** | **Time** | ISO8601 datetime the record was last updated 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 DOB. Only available for GET operations when 'include_pii' is set. | [optional] |
| **phone_number** | **String** | The customer's phone number. Only available for GET operations when 'include_pii' is set. | [optional] |
| **email_address** | **String** | The customer's email address. Only available for GET operations when 'include_pii' is set. | [optional] |
| **labels** | **Array<String>** | The labels associated with the customer. | [optional] |
| **verification_checks** | [**Array<VerificationCheckBankModel>**](VerificationCheckBankModel.md) | The verification checks associated with the customer. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::CustomerBankModel.new(
  guid: null,
  bank_guid: null,
  type: null,
  created_at: null,
  updated_at: null,
  state: null,
  name: null,
  address: null,
  date_of_birth: null,
  phone_number: null,
  email_address: null,
  labels: null,
  verification_checks: null
)
```

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.113.6 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.113.5 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.113.4 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.113.3 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.113.2 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.40 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.39 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.38 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.37 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.36 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.35 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.34 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.33 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.32 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.30 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.28 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.27 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.26 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.25 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.112.24 docs/CustomerBankModel.md