Method | Description | |
---|---|---|
Account ( string accountCode ) : System | ||
Account ( string accountCode, |
Creates a new account with required billing information
|
|
Close ( ) : void |
Close the account and cancel any active subscriptions (if there is one). Note: This does not create a refund for any time remaining.
|
|
Create ( ) : void |
Create a new account in Recurly
|
|
DeleteBillingInfo ( ) : void |
Delete an account's billing info.
|
|
Equals ( |
||
Equals ( object obj ) : bool | ||
GetActiveRedemption ( ) : |
Returns the first active coupon redemptions on this account
|
|
GetActiveRedemptions ( ) : RecurlyList |
Returns all active coupon redemptions on this account
|
|
GetAdjustments ( |
Gets all adjustments for this account, by type
|
|
GetHashCode ( ) : int | ||
GetInvoices ( ) : RecurlyList |
Returns a list of invoices for this account
|
|
GetNotes ( ) : RecurlyList |
||
GetShippingAddresses ( ) : RecurlyList |
Gets all shipping addresses
|
|
GetSubscriptions ( |
Returns a list of subscriptions for this account
|
|
GetTransactions ( TransactionList state = TransactionList.TransactionState.All, TransactionList type = TransactionList.TransactionType.All ) : RecurlyList |
Returns a list of transactions for this account, by transaction type
|
|
InvoicePendingCharges ( ) : |
Posts pending charges on an account
|
|
NewAdjustment ( string currency, int unitAmountInCents, string description = "", int quantity = 1, string accountingCode = "", bool taxExempt = false ) : |
Returns a new adjustment (credit or charge) for this account
|
|
PreviewInvoicePendingCharges ( ) : |
Previews a new invoice for the pending charges on an account
|
|
RedeemCoupon ( string couponCode, string currency, string subscriptionUuid = null ) : |
Redeems a coupon on this account
|
|
Reopen ( ) : void |
Reopen an existing account in Recurly
|
|
ToString ( ) : string | ||
Update ( ) : void |
Update an existing account in Recurly
|
Method | Description | |
---|---|---|
Account ( ) : System | ||
Account ( |
||
ReadXml ( |
||
WriteXml ( |
public Account ( string accountCode ) : System | ||
accountCode | string | |
return | System |
public Account ( string accountCode, |
||
accountCode | string | |
billingInfo | ||
return | System |
public GetActiveRedemption ( ) : |
||
return |
public GetActiveRedemptions ( ) : RecurlyList |
||
return | RecurlyList |
public GetAdjustments ( |
||
type | Adjustment type to retrieve. Optional, default: All. | |
state | State of the Adjustments to retrieve. Optional, default: Any. | |
return | RecurlyList |
public GetShippingAddresses ( ) : RecurlyList |
||
return | RecurlyList |
public GetSubscriptions ( |
||
state | ||
return | RecurlyList |
public GetTransactions ( TransactionList state = TransactionList.TransactionState.All, TransactionList type = TransactionList.TransactionType.All ) : RecurlyList |
||
state | TransactionList | Transactions of this state will be retrieved. Optional, default: All. |
type | TransactionList | Transactions of this type will be retrieved. Optional, default: All. |
return | RecurlyList |
public NewAdjustment ( string currency, int unitAmountInCents, string description = "", int quantity = 1, string accountingCode = "", bool taxExempt = false ) : |
||
currency | string | Currency, 3-letter ISO code. |
unitAmountInCents | int | Positive amount for a charge, negative amount for a credit. Max 10,000,000. |
description | string | Description of the adjustment for the invoice. |
quantity | int | Quantity, defaults to 1. |
accountingCode | string | Accounting code. Max of 20 characters. |
taxExempt | bool | |
return |
public PreviewInvoicePendingCharges ( ) : |
||
return |
public RedeemCoupon ( string couponCode, string currency, string subscriptionUuid = null ) : |
||
couponCode | string | |
currency | string | |
subscriptionUuid | string | |
return |