London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CreditCard

CreditCard

Inheritance
System.Object
CreditCard
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Customers
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class CreditCard : CreditCardEntity

Constructors

CreditCard()

Declaration
public CreditCard()

Properties

CreditCardTypeFriendlyName

Gets the name of the credit card type friendly.

Declaration
public string CreditCardTypeFriendlyName { get; }
Property Value
Type Description
System.String

The name of the credit card type friendly.

Methods

CreateInstance()

Creates the instance.

Declaration
public static CreditCard CreateInstance()
Returns
Type Description
CreditCard

Delete()

Deletes this instance.

Declaration
public void Delete()

Delete(PrimaryKeyId)

Deletes the credit card.

Declaration
public static void Delete(PrimaryKeyId creditCardId)
Parameters
Type Name Description
PrimaryKeyId creditCardId

The credit card id.