Interface BillingPaymentBatchManager

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

public interface BillingPaymentBatchManager extends OsidManager, BillingPaymentBatchProfile

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

  • PayerBatchAdminSession : a session to create, modify and delete Payers in bulk
  • BusinessBatchAdminSession : a session to create, modify and delete Business in bulk
  • Method Details