Gets or sets the debit card number for payments made by debit card.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string DebitCardNumber { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DebitCardNumber As String |
| 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. This property will contain a masked version of the card number for payments retrieved from the database. In
other words, the unencrypted, unmasked value can only be read in the instance of the object in which it is set. It
cannot be read in another instance of this object.