Interface BillingBatchManager

All Superinterfaces:
AutoCloseable, BillingBatchProfile, Closeable, OsidManager, OsidManager, OsidProfile, Sourceable

public interface BillingBatchManager extends OsidManager, BillingBatchProfile

The billing batch manager provides access to billing batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • CustomerBatchAdminSession : a session to create, modify and delete customers in bulk
  • ItemBatchSession : a session to create, modify and delete items in bulk
  • EntryBatchAdminSession : a session to create, modify and delete entries in bulk
  • CategoryBatchAdminSession : a session to create, modify and delete categories in bulk
  • PeriodBatchAdminSession : a session to create, modify and delete periods in bulk
  • BusinessBatchAdminSession : a session to create, modify and delete businesses in bulk
  • Method Details