Gets or sets the name of the credit card holder, as it appears on the card.

Namespace: Asi.iBO.Commerce
Assembly: 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 card holder's name exactly as it appears on the card.

Remarks

This is required for credit card authorization and charging.

See Also