Name | Type | Description | Notes |
---|---|---|---|
token | String | [optional] | |
file_process_type | String | ||
source_file | String | ||
archive_file | String | [optional] |
require 'marqeta'
instance = Marqeta::FileProcessingRequest.new(
token: null,
file_process_type: null,
source_file: null,
archive_file: null
)