Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 480 Bytes

FileProcessingRequest.md

File metadata and controls

24 lines (18 loc) · 480 Bytes

Marqeta::FileProcessingRequest

Properties

Name Type Description Notes
token String [optional]
file_process_type String
source_file String
archive_file String [optional]

Example

require 'marqeta'

instance = Marqeta::FileProcessingRequest.new(
  token: null,
  file_process_type: null,
  source_file: null,
  archive_file: null
)