# CybridApiBank::PostCustomerBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The customer's type. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostCustomerBankModel.new( type: null ) ```