Try our conversational search powered by Generative AI!

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.