Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CashPayment

Index

Enumeration members

InvalidAmount

InvalidAmount: = "CashPayment:InvalidAmount"

Invalid amounts provided for a CashPayment.

InvalidAmountGiven

InvalidAmountGiven: = "CashPayment:InvalidAmountGiven"

The amount given can never be equal to or less than 0.

InvalidRefundAmount

InvalidRefundAmount: = "CashPayment:InvalidRefundAmount"

The amount to refund can never be equal to or less than 0.

NoOpenFinancePeriod

NoOpenFinancePeriod: = "CashPayment:NoOpenFinancePeriod"

There is no open financial period for the current organizationunit.

OrderRequired

OrderRequired: = "CashPayment:OrderRequired"

An order is required for a CashPayment.

OverPaymentNotAllowed

OverPaymentNotAllowed: = "CashPayment:OverPaymentNotAllowed"

Amount to be paid can't be greater than the open amount on the order.