MerchantFee

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  MerchantFee
Represents fees that are applied to a merchant.
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 EON Payments 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:

<profiles>
     <fee type="demand-demand"  isActive="true" />
</profiles>

"<profiles> <fee type=\"demand-demand\" isActive=\"true\" /></profiles>"

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