Sha256: d453ec2ddc5f2d67fc6cdd34d37c61f7f13cb22f43e9f9e0f308f759d384a797

Contents?: true

Size: 742 Bytes

Versions: 548

Compression:

Stored size: 742 Bytes

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] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::CustomerBankModel.new(
  guid: null,
  bank_guid: null,
  type: null,
  created_at: null,
  state: null
)
```

Version data entries

548 entries across 548 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.53.19 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.53.18 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.53.17 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.53.15 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.53.14 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.53.13 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.53.12 docs/CustomerBankModel.md
cybrid_api_bank_ruby-0.53.11 docs/CustomerBankModel.md