Gets or sets the Issue Number from a European debit card, for debit card payment.

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

Syntax

C#
public string DebitCardIssueNumber { get; set; }
Visual Basic
Public Property DebitCardIssueNumber As String
	Get
	Set
Visual C++
public:
property String^ DebitCardIssueNumber {
	String^ get ();
	void set (String^ value);
}

Field Value

The 2 digit issue number from the European debit card.

Remarks

This should only be set if the PaymentType is DebitCard and the CashAccountCode references a cash account with a type of 'debit card'.

See Also