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

Latest commit

 

History

History
30 lines (24 loc) · 720 Bytes

FileProcessingResponse.md

File metadata and controls

30 lines (24 loc) · 720 Bytes

Marqeta::FileProcessingResponse

Properties

Name Type Description Notes
created_time Time yyyy-MM-ddTHH:mm:ssZ
last_modified_time Time yyyy-MM-ddTHH:mm:ssZ
token String
file_process_type String
source_file String
archive_file String [optional]
file_process_status String

Example

require 'marqeta'

instance = Marqeta::FileProcessingResponse.new(
  created_time: null,
  last_modified_time: null,
  token: null,
  file_process_type: null,
  source_file: null,
  archive_file: null,
  file_process_status: null
)