 | SavedCreditCardCardholderName Property |
Cardholder name associated with this card. Only settable on new, unsaved cards.
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic string CardholderName { get; set; }Public Property CardholderName As String
Get
Set
public:
property String^ CardholderName {
String^ get ();
void set (String^ value);
}member CardholderName : string with get, set
Property Value
String
See Also