Sha256: 588f09241d03a65d82cf722b8df02742c9d9516622efad0629afa999fff3e1c7
Contents?: true
Size: 463 Bytes
Versions: 74
Compression:
Stored size: 463 Bytes
Contents
# CybridApiBank::PostUltimateBeneficialOwnerBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_guid** | **String** | The customer identifier. | | | **ownership_percentage** | **Float** | The ownership percentage. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostUltimateBeneficialOwnerBankModel.new( customer_guid: null, ownership_percentage: null ) ```
Version data entries
74 entries across 74 versions & 1 rubygems