Sha256: 43d05f7663db999e78b5cf4d908ab1ae0d24564e6160da93367a3bba76e30a46
Contents?: true
Size: 615 Bytes
Versions: 44
Compression:
Stored size: 615 Bytes
Contents
# CybridApiBank::CustomerBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the customer. | [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, type: null, created_at: null, state: null ) ```
Version data entries
44 entries across 44 versions & 1 rubygems