Home
Merchants
Facilitators
Integrators
Csipay.com
APIs
Processing
Self-Study
Terminology
User Guides
User Interface Reference
How To Tutorials
Lessons
Reference
Processing Codes
Error Codes
Permissions
Supported Processors
Zip and Country Codes
Forms
Support
Entire website
This section only
DateRange
Type:
Abstract:
no
Status:
Active
Java Class:
DateRange
Represents a date range with lower and upper limits. Range can include only lower or only upper limit.
Available Fields:
from
to
from
Type:
Date
XML Representation:
attribute
Attributes:
Default Value
Lower limit of the date range. Dates below this value are not included in the range.
to
Type:
Date
XML Representation:
attribute
Attributes:
Default Value
Upper limit of the date range. Dates above this value are not included in the range.
XML Sample:
<createDateFrom
from
=
"2012-01-01"
to
=
"2012-01-31"
/>
"<createDateFrom from=\"2012-01-01\" to=\"2012-01-31\" />"
JSON Sample:
{
"from"
:
"2012-01-01"
,
"to"
:
"2012-01-31"
}
XURL Sample:
?from=2012-01-01&to=2012-01-31&
from
=
2012-01-01
to
=
2012-01-31
Copyright © Constellation Payments. All Rights Reserved.
All Logos and Trademarks used or mentioned on this page are copyrighted property of their respective owners and are used for display purposes only.