Uses of Package
ibilling.client

Classes in ibilling.client used by ibilling.client
AccountActivity
          Abstract class for objects that represent CustomerAccount related financial activity.
AccountTransaction
           Represents financial transaction posted to CustomerAccount.
Adjustment
          Represents a change made to a PaymentPlan.
AssetTransaction
          A type of AccountTransaction that represents movement of money (assets) on the account.
CaptureInfo
          Represents electronic processor related info.
Charge
          Represents a future invoice within a PaymentPlan.
ClientException
          Exception generated by the library components.
ClientObject
          Base class for all classes representing business entities within the library.
CustomerAccount
          Represents a party (person or organization) making/responsible for invoicing, payments, plans in the system.
ElementFacade
          The class is used to abstract XML processing logic and simplify library's code porting onto other languages/platforms.
PaymentOption
          Represents a form of payment that can be used in recurring billing process.
PaymentOptionType
          The Interface PaymentOptionType.
PaymentPlan
          Represents a series of future payments that should be executed on the specified schedule using defined Payment Option.
PaymentPlanType
          Ennumerates possible PaymentPlan types
RevenueTransaction
          A type of AccountTransaction that represents sales (revenue) on the account.
Session
          Main entry point to the application.
SessionConnection
          Abstraction of communication mechanism/protocol between client and server.
SessionContext
           
TransformationContext
          Helper class used to resolve references (convert object to ids and ids back to objects) during object to xml and xml to object conversion processing