Name | Type | Description | Notes |
---|---|---|---|
account_number | String | ||
bank_name | String | ||
bic | String | ||
holder_name | String | ||
iban | String |
require 'openapi_client'
instance = OpenapiClient::CreateEmployeeRequestBankAccount.new(
account_number: null,
bank_name: null,
bic: null,
holder_name: null,
iban: null
)