A B C D E F G H I K L M N O P Q R S T U V W X Z

A

A01 - Static variable in interface ibilling.client.ReturnType
Good
A02 - Static variable in interface ibilling.client.ReturnType
Good
A03 - Static variable in interface ibilling.client.ReturnType
Good
accessory - Variable in class ibilling.client.AssetTransaction
For credit card related transactions - expiration date - MMyy
For bank account related transactions - routing number
Not used otherwise.
accessory - Variable in class ibilling.client.CaptureInfo
Expiration date (MMyy) if credit card; routing number if bank account.
accessory - Variable in class ibilling.client.PaymentOption
Expiration Date (MMYY) for Credit Card; Routing number for Bank Account
AccountActivity - Class in ibilling.client
Abstract class for objects that represent CustomerAccount related financial activity.
AccountActivity() - Constructor for class ibilling.client.AccountActivity
Instantiates a new account activity.
AccountActivity(Integer, String, String, CustomerAccount, Long) - Constructor for class ibilling.client.AccountActivity
Instantiates a new account activity.
accountActivityType - Variable in class ibilling.client.AccountActivity
Type of activity, e.g.
AccountActivityType - Interface in ibilling.client
Enumerates possible types of AccountActivity.
accountNumber - Variable in class ibilling.client.AssetTransaction
For credit card related transactions - number on the card
For bank account related transactions - number of the account
For check related transactions - check number
Not used otherwise.
accountNumber - Variable in class ibilling.client.CaptureInfo
Credit card number if credit card; bank account number if bank account.
AccountTransaction - Class in ibilling.client
Represents financial transaction posted to CustomerAccount.
AccountTransaction() - Constructor for class ibilling.client.AccountTransaction
Instantiates a new account transaction.
AccountTransaction(Integer, Integer, String, Date, String, String, String, String, Integer, Date, AccountTransaction) - Constructor for class ibilling.client.AccountTransaction
Instantiates a new account transaction.
accountTransactionListToClientObjectList(List<AccountTransaction>) - Static method in class ibilling.client.Helper
Transforms List to List
add(Integer, Integer, boolean) - Method in class ibilling.client.PaymentPlan
Adds specified number of charges at the specified position to this payment plan
addAssetTransaction(AssetTransaction) - Method in class ibilling.client.CustomerAccount
Adds the asset transaction.
addAssetTransactionElement(ElementFacade, AssetTransaction) - Method in class ibilling.client.TransformationContext
Adds the asset transaction element.
addAtribute(String, Object) - Method in class ibilling.client.XMLTransformationHelper
Adds the atribute.
addCharge(Charge, Integer) - Method in class ibilling.client.PaymentPlan
Adds the specified charge at the indicated position
addClientObject(ClientObject) - Method in class ibilling.client.SessionContext
Mark object for persistence.
addContent(String) - Method in class ibilling.client.ElementFacade
Assigns text content to the base element (creates a first child as text node with the specified value)
addPaymentOption(PaymentOption) - Method in class ibilling.client.CustomerAccount
Adds the payment option.
addPaymentOptionElement(ElementFacade, PaymentOption) - Method in class ibilling.client.TransformationContext
Adds the payment option element.
addPaymentPlan(PaymentPlan) - Method in class ibilling.client.CustomerAccount
Adds the payment plan.
addPaymentPlanElement(ElementFacade, PaymentPlan) - Method in class ibilling.client.TransformationContext
Adds the payment plan element.
addRevenueTransaction(RevenueTransaction) - Method in class ibilling.client.CustomerAccount
Adds the revenue transaction.
addRevenueTransactionElement(ElementFacade, RevenueTransaction) - Method in class ibilling.client.TransformationContext
Adds the revenue transaction element.
Adjustment - Class in ibilling.client
Represents a change made to a PaymentPlan.
Adjustment() - Constructor for class ibilling.client.Adjustment
Instantiates a new adjustment.
Adjustment(Date, Integer, String, String, String, CustomerAccount, Long) - Constructor for class ibilling.client.Adjustment
Instantiates a new adjustment.
adjustment - Variable in class ibilling.client.PaymentPlan
reference to adjustment object explaining changes made to the plan
adjustmentFromXML(Adjustment) - Method in class ibilling.client.XMLTransformationHelper
Adjustment from xml.
adjustmentReasonCode - Variable in class ibilling.client.Adjustment
Predefined code explaining the reason for the changes.
adjustmentToXML(Adjustment) - Method in class ibilling.client.XMLTransformationHelper
Adjustment to xml.
adjustmentTransaction - Variable in class ibilling.client.AccountTransaction
Reference to a transaction that reversed this transaction.
Allowance - Static variable in interface ibilling.client.AssetTransactionType
Discount (waiver).
Amex - Static variable in interface ibilling.client.PaymentOptionType
American Express
amount - Variable in class ibilling.client.AccountTransaction
Initial (fixed) amount of the transaction.
amount - Variable in class ibilling.client.PaymentPlan
Amount of a single payment represented by the plan
approvalCode - Variable in class ibilling.client.CaptureInfo
Approval reference code generated by the processor in case of successful authorization (credit card only).
AssetTransaction - Class in ibilling.client
A type of AccountTransaction that represents movement of money (assets) on the account.
AssetTransaction() - Constructor for class ibilling.client.AssetTransaction
Instantiates a new asset transaction.
AssetTransaction(Date, String, Boolean, String, String, String, String, Integer) - Constructor for class ibilling.client.AssetTransaction
Instantiates a new asset transaction.
assetTransactionFromXML(AssetTransaction, TransformationContext) - Method in class ibilling.client.XMLTransformationHelper
Asset transaction from xml.
assetTransactionListToClientObjectList(List<AssetTransaction>) - Static method in class ibilling.client.Helper
Transforms List to List
assetTransactions - Variable in class ibilling.client.CustomerAccount
List of AssetTransctions associated with this CustomerAccount.
assetTransactions - Variable in class ibilling.client.SessionContext
The asset transactions.
assetTransactions - Variable in class ibilling.client.TransformationContext
The asset transactions.
assetTransactionToXML(AssetTransaction) - Method in class ibilling.client.XMLTransformationHelper
Asset transaction to xml.
AssetTransactionType - Interface in ibilling.client
Defines possible sources of money for an AssetTransaction.

A B C D E F G H I K L M N O P Q R S T U V W X Z