Represents a fiscal payment made against a purchase, registration, gift, pledge, etc.

Namespace: Asi.iBO.Financials
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public class CPayment : iboBase
Visual Basic
Public Class CPayment _
	Inherits iboBase
Visual C++
public ref class CPayment : public iboBase

Remarks

Only supports credit and debit card payments at this time though the properties may lead one to believe otherwise.

Inheritance Hierarchy

System..::..Object
  Asi.iBO..::..iboBase
    Asi.iBO.Financials..::..CPayment

See Also