Sha256: 4d9a8ae83c1b331a699b4c6749544092c7267b969d0b358dba6ab23d027e7909
Contents?: true
Size: 635 Bytes
Versions: 74
Compression:
Stored size: 635 Bytes
Contents
# CybridApiBank::PostFileBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of file. | | | **customer_guid** | **String** | The customer identifier. | | | **filename** | **String** | The name of the file. | | | **content_type** | **String** | The content type of the file. | | | **data** | **String** | Base64 encoded file content | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostFileBankModel.new( type: null, customer_guid: null, filename: null, content_type: null, data: null ) ```
Version data entries
74 entries across 74 versions & 1 rubygems