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

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

Remarks

This is required for card authorization and charging.

See Also