Interface BillingPaymentBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
BillingPaymentBatchManager, BillingPaymentBatchProxyManager

public interface BillingPaymentBatchProfile extends OsidProfile

The PayerBatchProfile describes the interoperability among billing payment batch services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if federation is visible.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPayerBatchAdmin

      boolean supportsPayerBatchAdmin()
      Tests if bulk administration of payers is available.
      Returns:
      true if a payer bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPaymentBatchAdmin

      boolean supportsPaymentBatchAdmin()
      Tests if bulk administration of payments is available.
      Returns:
      true if a payment bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.