Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 531 Bytes

CreateEmployeeRequestBankAccount.md

File metadata and controls

26 lines (20 loc) · 531 Bytes

OpenapiClient::CreateEmployeeRequestBankAccount

Properties

Name Type Description Notes
account_number String
bank_name String
bic String
holder_name String
iban String

Example

require 'openapi_client'

instance = OpenapiClient::CreateEmployeeRequestBankAccount.new(
  account_number: null,
  bank_name: null,
  bic: null,
  holder_name: null,
  iban: null
)