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
ResellerScheduledAdjustment
Type:
Struct
Abstract:
no
Status:
Active
Java Class:
ResellerScheduledAdjustment
Represents information about scheduled adjustments and fees for reseller statements.
Available Fields:
adjustmentCode
amount
createDate
description
effectiveDate
length
processedDate
status
type
adjustmentCode
References:
Reseller Scheduled Adjustment.
Adjustment Code
XML Representation:
attribute
Attributes:
Default Value
Pattern:
ALPHANUMERIC
Unique adjustment ID supplied by external/user's system.
createDate
References:
Reseller Scheduled Adjustment.
Create Date
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Date when the adjustment was created.
effectiveDate
References:
Reseller Scheduled Adjustment.
Effective Date
XML Representation:
attribute
Attributes:
Default Value
Date when the adjustment becomes effective.
processedDate
References:
Reseller Scheduled Adjustment.
Processed Date
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
status
References:
Reseller Scheduled Adjustment.
Status Cl
XML Representation:
attribute
Attributes:
Default Value
Status of the adjustment in the system.
type
References:
Reseller Scheduled Adjustment.
Adjustment Cl
XML Representation:
attribute
Attributes:
Required
Default Value
description
References:
Reseller Scheduled Adjustment.
Description
XML Representation:
attribute
Attributes:
Default Value
Pattern:
TEXT
Any additional details associated with the adjustment.
length
References:
Reseller Scheduled Adjustment.
Length
XML Representation:
attribute
Attributes:
Default Value
-1
Number of times that the adjustment is applied to a reseller (gets included in reseller statements).
amount
References:
Reseller Scheduled Adjustment.
Amount
XML Representation:
attribute
Attributes:
Required
Default Value
Amount (in cents) of the adjustment.
XML Sample:
<resellerScheduledAdjustment
type
=
""
amount
=
""
/>
"<resellerScheduledAdjustment type=\"\" amount=\"\" />"
JSON Sample:
{
"type"
:
""
,
"amount"
:
""
}
XURL Sample:
?type=&amount=&
type
=
amount
=