C# Class Recurly.Accounts

Afficher le fichier Open project: recurly/recurly-client-net Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Close() public static méthode

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
Résultat void

Get() public static méthode

Lookup a Recurly account
public static Get ( string accountCode ) : Account
accountCode string
Résultat Account

List() public static méthode

Lists accounts, limited to state
public static List ( Account state = Account.AccountState.Active ) : RecurlyList
state Account Account state to retrieve
Résultat RecurlyList

Reopen() public static méthode

Reopen an existing account in recurly.
public static Reopen ( string accountCode ) : void
accountCode string Account Code
Résultat void