C# Class PaymillWrapper.Models.Refund.RefundStatus

Inheritance: PaymillWrapper.Utils.EnumBaseType
Show file 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 static property

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

OPEN public static property

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

REFUNDED public static property

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

UNKNOWN public static property

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