Class PaySystemWithStaticFees
Inheritance
System.Object
Service<System.Object>
ServiceWithInstrumentationBase<System.Object>
PaySystemWithStaticFees
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Web.Pay
Assembly: NFX.Web.dll
Syntax
public abstract class PaySystemWithStaticFees : PaySystem, IApplicationComponent, IDisposable, IService, ILocalizedTimeProvider, IWebClientCaller, IPaySystemImplementation, IPaySystem, INamed, IConfigurable, IInstrumentable, IExternallyParameterized, IPaySystemWithFee
Constructors
PaySystemWithStaticFees(String, IConfigSectionNode)
Declaration
protected PaySystemWithStaticFees(string name, IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
IConfigSectionNode | node |
PaySystemWithStaticFees(String, IConfigSectionNode, Object)
Declaration
protected PaySystemWithStaticFees(string name, IConfigSectionNode node, object director)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
IConfigSectionNode | node | |
System.Object | director |
Methods
DoConfigure(IConfigSectionNode)
Declaration
protected override void DoConfigure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |
Overrides
GetTransactionFlatFee(String, TransactionType)
Declaration
public Amount GetTransactionFlatFee(string currencyISO, TransactionType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | currencyISO | |
TransactionType | type |
Returns
Type | Description |
---|---|
Amount |
GetTransactionPctFee(String, TransactionType)
Declaration
public decimal GetTransactionPctFee(string currencyISO, TransactionType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | currencyISO | |
TransactionType | type |
Returns
Type | Description |
---|---|
System.Decimal |
Implements
System.IDisposable