C# Class Recurly.AddOn

ファイルを表示 Open project: recurly/recurly-client-net Class Usage Examples

Public Methods

Method Description
Create ( ) : void

Creates an addon

Delete ( ) : void

Deletes this add on, making it inactive

Equals ( Plan plan ) : bool
Equals ( object obj ) : bool
ToString ( ) : string
Update ( ) : void

Update an existing add on in Recurly

Private Methods

Method Description
AddOn ( ) : System
AddOn ( XmlTextReader xmlReader ) : System
AddOn ( string planCode, string addOnCode, string name ) : System
ReadXml ( XmlTextReader reader ) : void
ReadXmlUnitAmount ( XmlTextReader reader ) : void
WriteXml ( XmlTextWriter xmlWriter ) : void

Method Details

Create() public method

Creates an addon
public Create ( ) : void
return void

Delete() public method

Deletes this add on, making it inactive
public Delete ( ) : void
return void

Equals() public method

public Equals ( Plan plan ) : bool
plan Plan
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ToString() public method

public ToString ( ) : string
return string

Update() public method

Update an existing add on in Recurly
public Update ( ) : void
return void