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.2.0

Syntax

C#
public CardProcessingStatus CreditDebitCardStatus { get; set; }
Visual Basic (Declaration)
Public Property CreditDebitCardStatus As CardProcessingStatus
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