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

Latest commit

 

History

History
26 lines (20 loc) · 539 Bytes

ReportRequest.md

File metadata and controls

26 lines (20 loc) · 539 Bytes

Marqeta::ReportRequest

Properties

Name Type Description Notes
partner String [optional]
report String [optional]
start_date Time [optional]
end_date Time [optional]
send_files Boolean [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::ReportRequest.new(
  partner: null,
  report: null,
  start_date: null,
  end_date: null,
  send_files: null
)