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
TaxRate
Type:
Struct
Abstract:
no
Status:
Active
Java Class:
TaxRate
Stores tax rates for merchant from different countries.
Available Fields:
code
countryCode
createDate
description
effectiveDate
id
isActive
value
code
References:
Tax Rate.
Code
XML Representation:
attribute
Attributes:
Default Value
Unique tax rate ID supplied by external/user's system.
createDate
References:
Tax Rate.
Create Date
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Date when the tax rate was created.
isActive
References:
Tax Rate.
Is Active
XML Representation:
attribute
Attributes:
Default Value
true
Status of the tax rate.
effectiveDate
References:
Tax Rate.
Effective Date
XML Representation:
attribute
Attributes:
Default Value
Date when the tax rate becomes effective.
value
References:
Tax Rate.
Value
XML Representation:
attribute
Attributes:
Required
Default Value
Value of the tax rate.
description
References:
Tax Rate.
Description
XML Representation:
attribute
Attributes:
Default Value
Pattern:
TEXT
Any additional details associated with the tax rate.
countryCode
References:
Tax Rate.
Country Code
XML Representation:
attribute
Attributes:
Default Value
Country the tax rate is defined for.
id
References:
Tax Rate.
Id
XML Representation:
attribute
Attributes:
Default Value
Unique tax rate ID generated by the system.
XML Sample:
<taxRate
value
=
""
/>
"<taxRate value=\"\" />"
JSON Sample:
{
"value"
:
""
}
XURL Sample:
?value=&
value
=