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