Gets or sets the debit card number for payments made by debit card.

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

Syntax

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

Field Value

The card number on the debit card being used for payment.

Remarks

When setting this property, PaymentType should be set to DebitCard and the debit card account/type should be set in CashAccountCode. The card number is encrypted once it is set and is available via the CreditDebitCardNumberEncrypted property.

See Also