C# Class Litle.Sdk.createPlan

Inheritance: recurringTransactionType
ファイルを表示 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_oe property

public long amount
return long

intervalType public_oe property

public intervalType intervalType
return intervalType

name public_oe property

public string name
return string

numberOfPaymentsField public_oe property

public int numberOfPaymentsField
return int

numberOfPaymentsSet public_oe property

public bool numberOfPaymentsSet
return bool

planCode public_oe property

public string planCode
return string

trialNumberOfIntervalsField public_oe property

public int trialNumberOfIntervalsField
return int

trialNumberOfIntervalsSet public_oe property

public bool trialNumberOfIntervalsSet
return bool