| Package | Description |
|---|---|
| com.ning.billing.recurly |
| Modifier and Type | Method and Description |
|---|---|
Adjustments |
RecurlyClient.getAccountAdjustments(String accountCode,
Adjustments.AdjustmentType type,
Adjustments.AdjustmentState state,
QueryParams params)
Get Account Adjustments
|
Invoices |
RecurlyClient.getAccountInvoices(String accountCode,
InvoiceState state,
QueryParams params)
Lookup an account's invoices given query params
|
Accounts |
RecurlyClient.getAccounts(QueryParams params)
Get Accounts given query params
|
Integer |
RecurlyClient.getAccountsCount(QueryParams params)
Get number of Accounts matching the query params
|
Subscriptions |
RecurlyClient.getAccountSubscriptions(String accountCode,
SubscriptionState state,
QueryParams params)
Get the subscriptions for an
Account given query params |
Transactions |
RecurlyClient.getAccountTransactions(String accountCode,
TransactionState state,
TransactionType type,
QueryParams params)
Lookup an account's transactions history given query params
|
AddOns |
RecurlyClient.getAddOns(String planCode,
QueryParams params)
|
Redemptions |
RecurlyClient.getCouponRedemptionsByAccount(String accountCode,
QueryParams params)
Lookup all coupon redemptions on an account given query params.
|
Redemptions |
RecurlyClient.getCouponRedemptionsByInvoice(Integer invoiceNumber,
QueryParams params)
Deprecated.
Prefer using Invoice#getId() as the id param (which is a String)
|
Redemptions |
RecurlyClient.getCouponRedemptionsByInvoice(String invoiceId,
QueryParams params)
Lookup all coupon redemptions on an invoice given query params.
|
Redemptions |
RecurlyClient.getCouponRedemptionsBySubscription(String subscriptionUuid,
QueryParams params)
Lookup all coupon redemptions on a subscription given query params.
|
Coupons |
RecurlyClient.getCoupons(QueryParams params)
Get Coupons given query params
|
Integer |
RecurlyClient.getCouponsCount(QueryParams params)
Get number of Coupons matching the query params
|
CreditPayments |
RecurlyClient.getCreditPayments(QueryParams params)
Get Credit Payments
|
CreditPayments |
RecurlyClient.getCreditPayments(String accountCode,
QueryParams params)
Get Credit Payments for a given account
|
GiftCards |
RecurlyClient.getGiftCards(QueryParams params)
Get Gift Cards given query params
|
Integer |
RecurlyClient.getGiftCardsCount(QueryParams params)
Get number of GiftCards matching the query params
|
Invoices |
RecurlyClient.getInvoices(QueryParams params)
Return all the invoices given query params
|
int |
RecurlyClient.getInvoicesCount(QueryParams params)
Return all the invoices given query params
|
Subscriptions |
RecurlyClient.getInvoiceSubscriptions(String invoiceId,
QueryParams params)
Return all the subscriptions on an invoice given query params.
|
Plans |
RecurlyClient.getPlans(QueryParams params)
Return all the plans given query params
|
Integer |
RecurlyClient.getPlansCount(QueryParams params)
Get number of Plans matching the query params
|
ShippingMethods |
RecurlyClient.getShippingMethods(QueryParams params)
Get Shipping Methods for the site
|
Subscriptions |
RecurlyClient.getSubscriptions(SubscriptionState state,
QueryParams params)
Get all the subscriptions on the site given some sort and filter params.
|
Integer |
RecurlyClient.getSubscriptionsCount(QueryParams params)
Get number of Subscriptions matching the query params
|
Usages |
RecurlyClient.getSubscriptionUsages(String subscriptionCode,
String addOnCode,
QueryParams params)
Get Subscription Addon Usages
|
Transactions |
RecurlyClient.getTransactions(TransactionState state,
TransactionType type,
QueryParams params)
Get site's transaction history
|
Integer |
RecurlyClient.getTransactionsCount(QueryParams params)
Get number of Transactions matching the query params
|
Coupons |
RecurlyClient.getUniqueCouponCodes(String couponCode,
QueryParams params)
Lookup all unique codes for a bulk coupon given query params.
|
Copyright © 2012-2020. All Rights Reserved.