Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
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