Class PaymentCardToken
- Namespace
- Dynamicweb.Ecommerce.Cart
- Assembly
- Dynamicweb.Ecommerce.dll
Class PaymentCardToken.
- Inheritance
-
Payment
Card Token
- Inherited Members
Constructors
PaymentCardToken()
Initializes a new instance of the Payment
Properties
CardType
Gets or sets the card type: visa/mastercard/etc.
Property Value
CheckSum
Gets the checksum
Property Value
ExpirationMonth
Gets or sets the expiration of the credit card month
Property Value
- int?
ExpirationYear
Gets or sets the expiration of the credit card year
Property Value
- int?
ID
Property Value
Identifier
Gets or sets the card identifier. It will usually contain the last four digits of the card number. However, this depends on the payment provider.
Property Value
IsDefault
Gets or sets the value determines whether this is user's default payment card.
Property Value
IsNew
Property Value
Name
Gets or sets the name to identify the card.
Property Value
Payment
Gets Payment provider instance.
Property Value
PaymentID
Gets or sets which configured PaymentProvider instance is used with this card.
Property Value
Token
Gets or sets the token issued from the payment provider to be used when processing payments with this card.
Property Value
UsedDate
Gets or sets date when token was used
Property Value
UserID
Gets the card user.