CybridApiId::PostBankApplicationIdpModel
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name for the bank application. | |
| bank_guid | String | Bank guid the application is associated to. | [optional] |
Example
require 'cybrid_api_id_ruby'
instance = CybridApiId::PostBankApplicationIdpModel.new(
name: null,
bank_guid: null
)