Gets or sets the status of the credit card processing on this payment.

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

Syntax

C#
public CardProcessingStatus CreditDebitCardStatus { get; set; }
Visual Basic
Public Property CreditDebitCardStatus As CardProcessingStatus
	Get
	Set
Visual C++
public:
property CardProcessingStatus CreditDebitCardStatus {
	CardProcessingStatus get ();
	void set (CardProcessingStatus value);
}

Field Value

One of the values defined in the CardProcessingStatus enum.

See Also