Interface BillingPaymentProxyManager

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

public interface BillingPaymentProxyManager extends OsidProxyManager, BillingPaymentProfile

The payer manager provides access to payer management sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy for the purposes of passing information within a server application environment. 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