Click or drag to resize

TestCreditCard Class

[Missing <summary> documentation for "T:SoS.Integration.Models.Contracts.TestCreditCard"]

Inheritance Hierarchy
SystemObject
  SoS.Integration.Models.ContractsCreditCard
    SoS.Integration.Models.ContractsTestCreditCard

Namespace:  SoS.Integration.Models.Contracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class TestCreditCard : CreditCard

The TestCreditCard type exposes the following members.

Constructors
  NameDescription
Public methodTestCreditCard
Top
Properties
  NameDescription
Public propertyActive (Inherited from CreditCard.)
Public propertyDisplayNumber (Inherited from CreditCard.)
Public propertyEmail (Inherited from CreditCard.)
Public propertyErrorCode (Inherited from CreditCard.)
Public propertyExpirationMonth (Inherited from CreditCard.)
Public propertyExpirationYear (Inherited from CreditCard.)
Public propertyGatewayCode (Inherited from CreditCard.)
Public propertyHolder (Inherited from CreditCard.)
Public propertyId (Inherited from CreditCard.)
Public propertyRiskLabel (Inherited from CreditCard.)
Public propertyScheme (Inherited from CreditCard.)
Public propertyToken (Inherited from CreditCard.)
Top
See Also