C# 클래스 Recurly.Adjustment

Represents adjustments - credits and charges - on accounts.
상속: Recurly.RecurlyEntity
파일 보기 프로젝트 열기: recurly/recurly-client-net 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : void

Create a new adjustment in Recurly

Delete ( ) : void

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

비공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

Create a new adjustment in Recurly
public Create ( ) : void
리턴 void

Delete() 공개 메소드

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