Click or drag to resize
Infosoft Logo

BalancePaymentTooSmallFault Class

A fault indicating that an attempt was made to perform a balance payment with a payment agreement, but the amount of the payment was smaller than the minimum allowed amount for the payment type.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.Subscriptions.Economy.PaymentsBalancePaymentTooSmallFault

Namespace: Infosoft.Common.Contracts.FaultContracts.Subscriptions.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class BalancePaymentTooSmallFault

The BalancePaymentTooSmallFault type exposes the following members.

Properties
 NameDescription
Public propertyGivenAmount Gets or sets amount that was given for the balance payment.
Public propertyMinimumAllowedAmount Gets or sets the minimum allowed amount for the title and payment type.
Top
Remarks

The minimum sum of an invoice can be configured separately for each title, and the minimum amount can be further specified for each payment type, overriding the default for the title.

The point of this rule is to avoid creating invoices that are so small that they aren't worth it for the company. For some payment types an invoice may even represent a net loss, because of the costs of creating and dispatching the invoice. The rule also comes into effect when performing balance payments because these are conceptually based on invoices.

See Also