Interface BillingPaymentManager

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

public interface BillingPaymentManager extends OsidManager, BillingPaymentProfile

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

  • PayerLookupSession : a session to retrieve payers
  • PayerQuerySession : a session to query payers
  • PayerSearchSession : a session to search for payers
  • PayerAdminSession : a session to create and delete payers
  • PayerNotificationSession : a session to receive notifications pertaining to payer changes
  • PayerBusinessSession : a session to look up payer to business mappings
  • PayerBusinessAssignmentSession : a session to manage payer to business mappings
  • PayerSmartBusinessSession : a session to manage dynamic businesses of payers
  • PaymentLookupSession : a session to retrieve payments
  • PaymentQuerySession : a session to query payments
  • PaymentSearchSession : a session to search for payments
  • PaymentAdminSession : a session to create and delete payments
  • PaymentNotificationSession : a session to receive notifications pertaining to payment changes
  • PaymentBusinessSession : a session to look up payment to business mappings
  • PaymentBusinessAssignmentSession : a session to manage payment to business mappings
  • PaymentSmartBusinessSession : a session to manage dynamic businesses of payments
  • SummarySession: a session to look up account summaries