Sha256: 1695400f6153597d76850d1570408d46971cf09d6d4d90cc7670b3d77a554ced
Contents?: true
Size: 532 Bytes
Versions: 265
Compression:
Stored size: 532 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] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::CustomerBankModel.new( guid: null, type: null, created_at: null ) ```
Version data entries
265 entries across 265 versions & 1 rubygems