C# Class PaymillWrapper.Models.Payment.CardTypes

Inheritance: PaymillWrapper.Utils.EnumBaseType
Datei anzeigen Open project: paymill/paymill-net Class Usage Examples

Public Properties

Property Type Description
AMEX Payment.CardTypes
CHINA_UNION_PAY Payment.CardTypes
DINERS Payment.CardTypes
DISCOVER Payment.CardTypes
JCB Payment.CardTypes
MAESTRO Payment.CardTypes
MASTERCARD Payment.CardTypes
UNKNOWN Payment.CardTypes
VISA Payment.CardTypes

Public Methods

Method Description
CardTypes ( ) : Newtonsoft.Json

Private Methods

Method Description
CardTypes ( String value, System.Boolean unknowValue = false ) : Newtonsoft.Json

Method Details

CardTypes() public method

public CardTypes ( ) : Newtonsoft.Json
return Newtonsoft.Json

Property Details

AMEX public_oe static_oe property

public static Payment.CardTypes,PaymillWrapper.Models AMEX
return Payment.CardTypes

CHINA_UNION_PAY public_oe static_oe property

public static Payment.CardTypes,PaymillWrapper.Models CHINA_UNION_PAY
return Payment.CardTypes

DINERS public_oe static_oe property

public static Payment.CardTypes,PaymillWrapper.Models DINERS
return Payment.CardTypes

DISCOVER public_oe static_oe property

public static Payment.CardTypes,PaymillWrapper.Models DISCOVER
return Payment.CardTypes

JCB public_oe static_oe property

public static Payment.CardTypes,PaymillWrapper.Models JCB
return Payment.CardTypes

MAESTRO public_oe static_oe property

public static Payment.CardTypes,PaymillWrapper.Models MAESTRO
return Payment.CardTypes

MASTERCARD public_oe static_oe property

public static Payment.CardTypes,PaymillWrapper.Models MASTERCARD
return Payment.CardTypes

UNKNOWN public_oe static_oe property

public static Payment.CardTypes,PaymillWrapper.Models UNKNOWN
return Payment.CardTypes

VISA public_oe static_oe property

public static Payment.CardTypes,PaymillWrapper.Models VISA
return Payment.CardTypes