Sha256: ccb18fba329cb59eb351e34a2be34f150fcec8e209ba7f9580f7d2e2f03ef7ab
Contents?: true
Size: 1.28 KB
Versions: 183
Compression:
Stored size: 1.28 KB
Contents
# CybridApiBank::PostCustomerBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of customer. | | | **name** | [**PostCustomerNameBankModel**](PostCustomerNameBankModel.md) | | [optional] | | **address** | [**PostCustomerAddressBankModel**](PostCustomerAddressBankModel.md) | | [optional] | | **date_of_birth** | **Date** | The customer's date of birth. Optional when type is individual. | [optional] | | **phone_number** | **String** | The customer's phone number. Optional when type is individual. | [optional] | | **email_address** | **String** | The customer's email address. Optional when type is individual. | [optional] | | **identification_numbers** | [**Array<PostIdentificationNumberBankModel>**](PostIdentificationNumberBankModel.md) | The customer's identification numbers. Optional when type is individual. | [optional] | | **labels** | **Array<String>** | The labels associated with the customer. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostCustomerBankModel.new( type: null, name: null, address: null, date_of_birth: null, phone_number: null, email_address: null, identification_numbers: null, labels: null ) ```
Version data entries
183 entries across 183 versions & 1 rubygems