SavedCreditCardMaskedCardNumber Property

Masked representation of the card number for display purposes. Only populated on cards that have already been saved.

Definition

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("cpi_cc_number_display")]
public string MaskedCardNumber { get; protected set; }

Property Value

String

See Also