C# Class Litle.Sdk.createPlan

Inheritance: recurringTransactionType
Show file Open project: LitleCo/litle-sdk-for-dotNet Class Usage Examples

Public Properties

Property Type Description
amount long
intervalType intervalType
name string
numberOfPaymentsField int
numberOfPaymentsSet bool
planCode string
trialNumberOfIntervalsField int
trialNumberOfIntervalsSet bool

Public Methods

Method Description
Serialize ( ) : string

Method Details

Serialize() public method

public Serialize ( ) : string
return string

Property Details

amount public property

public long amount
return long

intervalType public property

public intervalType intervalType
return intervalType

name public property

public string name
return string

numberOfPaymentsField public property

public int numberOfPaymentsField
return int

numberOfPaymentsSet public property

public bool numberOfPaymentsSet
return bool

planCode public property

public string planCode
return string

trialNumberOfIntervalsField public property

public int trialNumberOfIntervalsField
return int

trialNumberOfIntervalsSet public property

public bool trialNumberOfIntervalsSet
return bool