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

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

Syntax

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

Field Value

The date of issue from the European debit card, in the format MM/YY.

Remarks

This should only be set if the PaymentType is DebitCard and the CashAccountCode references a CCashAccount with a AccountType type of DebitCard.

See Also