Ingram.Marketplace.Model.ReportItem (Ingram Marketplace API v1.4.6) View Source
A rated data report generated and exported during a specific period.
Link to this section Summary
Link to this section Types
Specs
t() :: %Ingram.Marketplace.Model.ReportItem{
creationDate: DateTime.t() | nil,
downloadUrl: String.t() | nil,
endDate: DateTime.t() | nil,
format: String.t() | nil,
id: String.t() | nil,
name: String.t() | nil,
startDate: DateTime.t() | nil,
status: String.t() | nil,
type: String.t() | nil
}