Gets or sets the Issue Date from a European debit card, for debit card payment.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string DebitCardIssueDate { get; set; } |
| Visual Basic |
|---|
Public Property DebitCardIssueDate As String Get Set |
| 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.