Sha256: b38c83aa341391791a3b665f4bd4e6f2ade42728262069e57a13d65d91a0fd45
Contents?: true
Size: 531 Bytes
Versions: 51
Compression:
Stored size: 531 Bytes
Contents
# OpenapiClient::CreateEmployeeRequestBankAccount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_number** | **String** | | | | **bank_name** | **String** | | | | **bic** | **String** | | | | **holder_name** | **String** | | | | **iban** | **String** | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::CreateEmployeeRequestBankAccount.new( account_number: null, bank_name: null, bic: null, holder_name: null, iban: null ) ```
Version data entries
51 entries across 51 versions & 1 rubygems