C# Class Recurly.Adjustment

Represents adjustments - credits and charges - on accounts.
Inheritance: Recurly.RecurlyEntity
Datei anzeigen Open project: recurly/recurly-client-net Class Usage Examples

Public Methods

Method Description
Create ( ) : void

Create a new adjustment in Recurly

Delete ( ) : void

Deletes an adjustment from an account. Adjustments can only be deleted when not invoiced

Private Methods

Method Description
Adjustment ( ) : System
Adjustment ( XmlTextReader xmlReader ) : System
Adjustment ( string accountCode, string description, string currency, int unitAmountInCents, int quantity, string accountingCode = "", bool taxExempt = false ) : System
ReadXml ( XmlTextReader reader ) : void
WriteXml ( XmlTextWriter xmlWriter ) : void

Method Details

Create() public method

Create a new adjustment in Recurly
public Create ( ) : void
return void

Delete() public method

Deletes an adjustment from an account. Adjustments can only be deleted when not invoiced
public Delete ( ) : void
return void