C# Class PaymillWrapper.Models.Interval.TypeUnit

Inheritance: PaymillWrapper.Utils.EnumBaseType
Show file Open project: paymill/paymill-net Class Usage Examples

Public Properties

Property Type Description
DAY Interval.TypeUnit
MONTH Interval.TypeUnit
UNKNOWN Interval.TypeUnit
WEEK Interval.TypeUnit
YEAR Interval.TypeUnit

Public Methods

Method Description
Create ( String value ) : TypeUnit

Creates the unit.

TypeUnit ( ) : PaymillWrapper.Utils

Private Methods

Method Description
TypeUnit ( String name, System.Boolean unknowValue = false ) : PaymillWrapper.Utils

Method Details

Create() public static method

Creates the unit.
Invalid value for Interval.Unit
public static Create ( String value ) : TypeUnit
value String The value.
return TypeUnit

TypeUnit() public method

public TypeUnit ( ) : PaymillWrapper.Utils
return PaymillWrapper.Utils

Property Details

DAY public static property

public static Interval.TypeUnit,PaymillWrapper.Models DAY
return Interval.TypeUnit

MONTH public static property

public static Interval.TypeUnit,PaymillWrapper.Models MONTH
return Interval.TypeUnit

UNKNOWN public static property

public static Interval.TypeUnit,PaymillWrapper.Models UNKNOWN
return Interval.TypeUnit

WEEK public static property

public static Interval.TypeUnit,PaymillWrapper.Models WEEK
return Interval.TypeUnit

YEAR public static property

public static Interval.TypeUnit,PaymillWrapper.Models YEAR
return Interval.TypeUnit