 | CreditCardPaymentCardType Property |
This property is an alias for AccountingPaymentMethod
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic IAccountingPaymentMethod CardType { get; set; }Public Property CardType As IAccountingPaymentMethod
Get
Set
public:
property IAccountingPaymentMethod^ CardType {
IAccountingPaymentMethod^ get ();
void set (IAccountingPaymentMethod^ value);
}member CardType : IAccountingPaymentMethod with get, set
Property Value
IAccountingPaymentMethod
See Also