C# Class PaymillWrapper.Models.Payment.PaymentType

Inheritance: PaymillWrapper.Utils.EnumBaseType
Afficher le fichier Open project: paymill/paymill-net Class Usage Examples

Méthodes publiques

Свойство Type Description
CREDIT_CARD Payment.PaymentType
DEBIT Payment.PaymentType
UNKNOWN Payment.PaymentType

Méthodes publiques

Méthode Description
PaymentType ( ) : Newtonsoft.Json

Private Methods

Méthode Description
PaymentType ( String value, System.Boolean unknowValue = false ) : Newtonsoft.Json

Method Details

PaymentType() public méthode

public PaymentType ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

Property Details

CREDIT_CARD public_oe static_oe property

public static Payment.PaymentType,PaymillWrapper.Models CREDIT_CARD
Résultat Payment.PaymentType

DEBIT public_oe static_oe property

public static Payment.PaymentType,PaymillWrapper.Models DEBIT
Résultat Payment.PaymentType

UNKNOWN public_oe static_oe property

public static Payment.PaymentType,PaymillWrapper.Models UNKNOWN
Résultat Payment.PaymentType