C# Class Litle.Sdk.createDiscount

Mostra file Open project: LitleCo/litle-sdk-for-dotNet Class Usage Examples

Public Properties

Property Type Description
amount long
discountCode string
endDate System.DateTime
name string
startDate System.DateTime

Public Methods

Method Description
Serialize ( ) : string

Method Details

Serialize() public method

public Serialize ( ) : string
return string

Property Details

amount public_oe property

public long amount
return long

discountCode public_oe property

public string discountCode
return string

endDate public_oe property

public DateTime,System endDate
return System.DateTime

name public_oe property

public string name
return string

startDate public_oe property

public DateTime,System startDate
return System.DateTime