Gets or sets the name of the credit or debit card holder, as it appears on the card.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string CreditDebitCardHoldersName { get; set; } |
| Visual Basic |
|---|
Public Property CreditDebitCardHoldersName As String Get Set |
| Visual C++ |
|---|
public: property String^ CreditDebitCardHoldersName { String^ get (); void set (String^ value); } |
Field Value
The credit or debit card holder's name exactly as it appears on the card.
Remarks
This is required for card authorization and charging.