C# 클래스 Recurly.Accounts

파일 보기 프로젝트 열기: recurly/recurly-client-net 1 사용 예제들

공개 메소드들

메소드 설명
Close ( string accountCode ) : void

Close the account and cancel any active subscriptions (if there is one). Note: This does not create a refund for any time remaining.

Get ( string accountCode ) : Account

Lookup a Recurly account

List ( Account state = Account.AccountState.Active ) : RecurlyList

Lists accounts, limited to state

Reopen ( string accountCode ) : void

Reopen an existing account in recurly.

메소드 상세

Close() 공개 정적인 메소드

Close the account and cancel any active subscriptions (if there is one). Note: This does not create a refund for any time remaining.
public static Close ( string accountCode ) : void
accountCode string Account Code
리턴 void

Get() 공개 정적인 메소드

Lookup a Recurly account
public static Get ( string accountCode ) : Account
accountCode string
리턴 Account

List() 공개 정적인 메소드

Lists accounts, limited to state
public static List ( Account state = Account.AccountState.Active ) : RecurlyList
state Account Account state to retrieve
리턴 RecurlyList

Reopen() 공개 정적인 메소드

Reopen an existing account in recurly.
public static Reopen ( string accountCode ) : void
accountCode string Account Code
리턴 void