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
MerchantFee
Type:
Struct
Abstract:
no
Status:
Active
Java Class:
MerchantFee
Represents fees that are applied to a merchant.
Available Fields:
description
feeTemplateCode
isActive
merchantAccountCode
parameters
refCode
type
type
References:
Merchant Fee.
Type
XML Representation:
attribute
Attributes:
Default Value
isActive
References:
Merchant Fee.
Is Active
XML Representation:
attribute
Attributes:
Default Value
Indicates whether the record is active in the system.
refCode
References:
Merchant Fee.
Ref Code
XML Representation:
attribute
Attributes:
Default Value
Pattern:
REFERENCE
Secondary identifier which can be used to cross-reference records between UniPay and integrated systems.
description
References:
Merchant Fee.
Description
XML Representation:
attribute
Attributes:
Default Value
Pattern:
TEXT
Any additional information (or short descrition) provided by the merchant.
parameters
References:
Merchant Fee.
Parameters
XML Representation:
attribute
Attributes:
Default Value
Parameters applied to the merchant fee.
feeTemplateCode
References:
Merchant Fee.
Fee Template Code
XML Representation:
attribute
Attributes:
Default Value
Code of the fee template selected for the portfolio.
merchantAccountCode
References:
Merchant Fee.
Merchant Account Code
XML Representation:
attribute
Attributes:
Default Value
Code of
Merchant Account
to which instance of this object is attributed to. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
XML Sample:
<fee
type
=
"demand-demand"
isActive
=
"true"
/>
"<fee type=\"demand-demand\" isActive=\"true\" />"
JSON Sample:
{
"type"
:
"demand-demand"
,
"isActive"
:
true
}
XURL Sample:
?type=demand-demand&isActive=true&
type
=
demand-demand
isActive
=
true
Default Properties:
#
# demand-demand
#
demand-demand.isActive
=
true