C# Class PaymillWrapper.Models.Payment.PaymentType

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

Public Properties

Property Type Description
CREDIT_CARD Payment.PaymentType
DEBIT Payment.PaymentType
UNKNOWN Payment.PaymentType

Public Methods

Method Description
PaymentType ( ) : Newtonsoft.Json

Private Methods

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

Method Details

PaymentType() public method

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

Property Details

CREDIT_CARD public_oe static_oe property

public static Payment.PaymentType,PaymillWrapper.Models CREDIT_CARD
return Payment.PaymentType

DEBIT public_oe static_oe property

public static Payment.PaymentType,PaymillWrapper.Models DEBIT
return Payment.PaymentType

UNKNOWN public_oe static_oe property

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