Sha256: 5179ba78105058a98393a8ec5e32389bb6d567f5dcfef05c1d063bce89e559a9

Contents?: true

Size: 1.93 KB

Versions: 118

Compression:

Stored size: 1.93 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 type; one of business or individual. | [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 state; one of storing, unverified, verified, rejected, or frozen. | [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

118 entries across 118 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.114.17 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.16 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.15 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.14 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.13 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.12 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.11 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.10 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.9 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.8 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.6 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.5 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.4 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.3 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.2 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.114.0 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.113.154 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.113.153 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.113.150 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.113.149 docs/CustomerBankModel.md