Gets the CPaymentAuthorizationAccount object associated with this CPayment object, or null if there is none.

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

Syntax

C#
public CPaymentAuthorizationAccount PaymentAuthorizationAccount { get; }
Visual Basic
Public ReadOnly Property PaymentAuthorizationAccount As CPaymentAuthorizationAccount
	Get
Visual C++
public:
property CPaymentAuthorizationAccount^ PaymentAuthorizationAccount {
	CPaymentAuthorizationAccount^ get ();
}

See Also