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