public interface BillingPaymentBatchProfile extends OsidProfile
The PayerBatchProfile
describes the interoperability
among billing payment batch services.
Modifier and Type | Method and Description |
---|---|
boolean |
supportsPayerBatchAdmin()
Tests if bulk administration of payers is available.
|
boolean |
supportsPaymentBatchAdmin()
Tests if bulk administration of payments is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
boolean supportsVisibleFederation()
true
if visible federation is supported
,
false
otherwisemandatory
- This method must be implemented. boolean supportsPayerBatchAdmin()
true
if a payer bulk administrative service is
available, false
otherwisemandatory
- This method must be implemented. boolean supportsPaymentBatchAdmin()
true
if a payment bulk administrative service
is available, false
otherwisemandatory
- This method must be implemented.