On This Page
The Report Element
The
<Reports>
element is the root element of the report,
and it specifies the top level of the report syntax.<Report Name=CDATA Version=NMTOKEN xmlns=CDATA MerchantID=CDATA ReportStartDate=CDATA ReportEndDate=CDATA> (BatchFiles) </Report>
This table describes the attributes of the
<Report>
element.Attribute Name | Description |
|---|---|
Name | Name of the report.
This element always contains the text
Batch Files Detail Report .
|
Version | Version number of the report.
The current version number is 1.0 .
|
xmlns | XML namespace for the report. The namespace for the current version is
http://reports.cybersource.com/reports
/bfdr/1.0 .For transactions in India,
http://reports.in.cybersource.com/reports/bfdr/1.0 .
|
MerchantID | Cybersource merchant ID
used for the transactions in the report.
|
ReportStartDate | First date included in the report.
|
ReportEndDate | Last date included in the report.
|
This table describes the child elements of the
<Report>
element.Element Name | Description |
|---|---|
<BatchFiles> | Batch files that are included in the report.
See The BatchFile Element for a list of
child elements. |
This
<Report>
element includes example attribute values. For
information about the <BatchFiles> element, see The BatchFiles Element.<Report Name="Batch Files Detail Report" Version="1.0" xmlns="http://reports.cybersource.com/reports/bfdr/1.0" MerchantID="pcpawnshop" ReportStartDate="2006-09-29T05:00:00-05:00" ReportEndDate="2006-09-30T05:00:00-05:00"> <BatchFiles> ... </BatchFiles> </Report>