C# Class PaymillWrapper.Models.Refund.RefundStatus

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

Public Properties

Property Type Description
FAILED Refund.RefundStatus
OPEN Refund.RefundStatus
REFUNDED Refund.RefundStatus
UNKNOWN Refund.RefundStatus

Public Methods

Method Description
RefundStatus ( ) : Newtonsoft.Json

Private Methods

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

Method Details

RefundStatus() public method

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

Property Details

FAILED public_oe static_oe property

public static Refund.RefundStatus,PaymillWrapper.Models FAILED
return Refund.RefundStatus

OPEN public_oe static_oe property

public static Refund.RefundStatus,PaymillWrapper.Models OPEN
return Refund.RefundStatus

REFUNDED public_oe static_oe property

public static Refund.RefundStatus,PaymillWrapper.Models REFUNDED
return Refund.RefundStatus

UNKNOWN public_oe static_oe property

public static Refund.RefundStatus,PaymillWrapper.Models UNKNOWN
return Refund.RefundStatus