Interface BillingPaymentProxyManager
- All Superinterfaces:
AutoCloseable, BillingPaymentProfile, Closeable, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable
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
-
Method Summary
Modifier and TypeMethodDescriptionGets aBillingPaymentBatchProxyManager.getPayerAdminSession(Proxy proxy) Gets theOsidSessionassociated with the payer administration service.getPayerAdminSessionForBusiness(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payer administration service for the given business.Gets theOsidSessionassociated with assigning payers to businesses.getPayerBusinessSession(Proxy proxy) Gets theOsidSessionto lookup payer/catalog mappings.getPayerLookupSession(Proxy proxy) Gets theOsidSessionassociated with the payer lookup service.getPayerLookupSessionForBusiness(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payer lookup service for the given business.getPayerNotificationSession(PayerReceiver payerReceiver, Proxy proxy) Gets theOsidSessionassociated with the payer notification service.getPayerNotificationSessionForBusiness(PayerReceiver payerReceiver, Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payer notification service for the given business.getPayerQuerySession(Proxy proxy) Gets theOsidSessionassociated with the payer query service.getPayerQuerySessionForBusiness(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payer query service for the given business.getPayerSearchSession(Proxy proxy) Gets theOsidSessionassociated with the payer search service.getPayerSearchSessionForBusiness(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payer search service for the given business.getPayerSmartBusinessSession(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payer smart business service.getPaymentAdminSession(Proxy proxy) Gets theOsidSessionassociated with the payment administration service.getPaymentAdminSessionForBusiness(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payment administration service for the given business.Gets theOsidSessionassociated with assigning payments to businesses.getPaymentBusinessSession(Proxy proxy) Gets theOsidSessionto lookup payment/catalog mappings.getPaymentLookupSession(Proxy proxy) Gets theOsidSessionassociated with the payment lookup service.getPaymentLookupSessionForBusiness(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payment lookup service for the given business.getPaymentNotificationSession(PaymentReceiver paymentReceiver, Proxy proxy) Gets theOsidSessionassociated with the payment notification service.getPaymentNotificationSessionForBusiness(PaymentReceiver paymentReceiver, Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payment notification service for the given business.getPaymentQuerySession(Proxy proxy) Gets theOsidSessionassociated with the payment query service.getPaymentQuerySessionForBusiness(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payment query service for the given business.getPaymentSearchSession(Proxy proxy) Gets theOsidSessionassociated with the payment search service.getPaymentSearchSessionForBusiness(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payment search service for the given business.getPaymentSmartBusinessSession(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the payment smart business service.getSummarySession(Proxy proxy) Gets theOsidSessionassociated with the payment summary service.getSummarySessionForBusiness(Id businessId, Proxy proxy) Gets theOsidSessionassociated with the summary service for the given business.Methods inherited from interface BillingPaymentProfile
getPayerRecordTypes, getPayerSearchRecordTypes, getPaymentRecordTypes, getPaymentSearchRecordTypes, getSummaryRecordTypes, supportsBillingPaymentBatch, supportsPayerAdmin, supportsPayerBusiness, supportsPayerBusinessAssignment, supportsPayerLookup, supportsPayerNotification, supportsPayerQuery, supportsPayerRecordType, supportsPayerSearch, supportsPayerSearchRecordType, supportsPayerSmartBusiness, supportsPaymentAdmin, supportsPaymentBusiness, supportsPaymentBusinessAssignment, supportsPaymentLookup, supportsPaymentNotification, supportsPaymentQuery, supportsPaymentRecordType, supportsPaymentSearch, supportsPaymentSearchRecordType, supportsPaymentSmartBusiness, supportsSummary, supportsSummaryRecordType, supportsVisibleFederationModifier and TypeMethodDescriptionGets the supportedPayerrecord types.Gets the supportedPayersearch record types.Gets the supportedPaymentrecord types.Gets the supportedPaymentsearch record types.Gets the supportedSummaryrecord types.booleanTests if a payment batch service is available.booleanTests if payer administrative service is supported.booleanTests if a businessing service is supported.booleanTests if a businessing service is supported.booleanTests if looking up payers is supported.booleanTests if a payer notification service is supported.booleanTests if querying payers is supported.booleansupportsPayerRecordType(Type payerRecordType) Tests if the givenPayerrecord type is supported.booleanTests if searching payers is supported.booleansupportsPayerSearchRecordType(Type payerSearchRecordType) Tests if the givenPayersearch record type is supported.booleanTests if a payer smart business session is available.booleanTests if payment administrative service is supported.booleanTests if a payment cataloging service is supported.booleanTests if a payment cataloging service is supported.booleanTests if looking up payments is supported.booleanTests if a payment notification service is supported.booleanTests if querying payments is supported.booleansupportsPaymentRecordType(Type paymentRecordType) Tests if the givenPaymentrecord type is supported.booleanTests if searching payments is supported.booleansupportsPaymentSearchRecordType(Type paymentSearchRecordType) Tests if the givenPaymentsearch record type is supported.booleanTests if a payment smart business session is available.booleanTests if a payment summary session is available.booleansupportsSummaryRecordType(Type summaryRecordType) Tests if the givenSummaryrecord type is supported.booleanTests if any business federation is exposed.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface OsidProxyManager
closeMethods inherited from interface OsidProxyManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId, Proxy proxy) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime, Proxy proxy) Rolls back this service to a point in time.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
Method Details
-
getPayerLookupSession
Gets theOsidSessionassociated with the payer lookup service.- Parameters:
proxy- proxy- Returns:
- a
PayerLookupSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerLookup()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerLookup()} is {@code true} .
-
getPayerLookupSessionForBusiness
PayerLookupSession getPayerLookupSessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payer lookup service for the given business.- Parameters:
businessId- theIdof the businessproxy- proxy- Returns:
- a
PayerLookupSession - Throws:
NotFoundException- noBusinessfound by the givenIdNullArgumentException-proxyorbusinessIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerLookup()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerLookup()} and {@code supportsVisibleFederation()} are {@code true}
-
getPayerQuerySession
Gets theOsidSessionassociated with the payer query service.- Parameters:
proxy- proxy- Returns:
- a
PayerQuerySession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerQuery()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerQuery()} is {@code true} .
-
getPayerQuerySessionForBusiness
PayerQuerySession getPayerQuerySessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payer query service for the given business.- Parameters:
businessId- theIdof theBusinessproxy- proxy- Returns:
- a
PayerQuerySession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-proxyorbusinessIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerQuery()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerQuery()} and {@code supportsVisibleFederation()} are {@code true}
-
getPayerSearchSession
Gets theOsidSessionassociated with the payer search service.- Parameters:
proxy- proxy- Returns:
- a
PayerSearchSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerSearch()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerSearch()} is {@code true} .
-
getPayerSearchSessionForBusiness
PayerSearchSession getPayerSearchSessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payer search service for the given business.- Parameters:
businessId- theIdof theBusinessproxy- proxy- Returns:
- a
PayerSearchSession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-proxyorbusinessIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerSearch()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerSearch()} and {@code supportsVisibleFederation()} are {@code true}
-
getPayerAdminSession
Gets theOsidSessionassociated with the payer administration service.- Parameters:
proxy- proxy- Returns:
- a
PayerAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerAdmin()} is {@code true} .
-
getPayerAdminSessionForBusiness
PayerAdminSession getPayerAdminSessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payer administration service for the given business.- Parameters:
businessId- theIdof theBusinessproxy- proxy- Returns:
- a
PayerAdminSession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-proxyorbusinessIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getPayerNotificationSession
PayerNotificationSession getPayerNotificationSession(PayerReceiver payerReceiver, Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the payer notification service.- Parameters:
payerReceiver- the notification callbackproxy- proxy- Returns:
- a
PayerNotificationSession - Throws:
NullArgumentException-payerReceiverorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerNotification()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerNotification()} is {@code true} .
-
getPayerNotificationSessionForBusiness
PayerNotificationSession getPayerNotificationSessionForBusiness(PayerReceiver payerReceiver, Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payer notification service for the given business.- Parameters:
payerReceiver- the notification callbackbusinessId- theIdof theBusinessproxy- proxy- Returns:
- a
PayerNotificationSession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-payerReceiver, businessIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerNotification()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerNotification()} and {@code supportsVisibleFederation()} are {@code true}
-
getPayerBusinessSession
Gets theOsidSessionto lookup payer/catalog mappings.- Parameters:
proxy- proxy- Returns:
- a
PayerBusinessSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerBusiness()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerBusiness()} is {@code true} .
-
getPayerBusinessAssignmentSession
PayerBusinessAssignmentSession getPayerBusinessAssignmentSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with assigning payers to businesses.- Parameters:
proxy- proxy- Returns:
- a
PayerBusinessAssignmentSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerBusinessAssignment()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerBusinessAssignment()} is {@code true} .
-
getPayerSmartBusinessSession
PayerSmartBusinessSession getPayerSmartBusinessSession(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payer smart business service.- Parameters:
businessId- theIdof theBusinessproxy- proxy- Returns:
- a
PayerSmartBusinessSession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-businessIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPayerSmartBusiness()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPayerSmartBusiness()} and {@code supportsVisibleFederation()} are {@code true}
-
getPaymentLookupSession
Gets theOsidSessionassociated with the payment lookup service.- Parameters:
proxy- proxy- Returns:
- a
PaymentSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentLookup()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentLookup()} is {@code true} .
-
getPaymentLookupSessionForBusiness
PaymentLookupSession getPaymentLookupSessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payment lookup service for the given business.- Parameters:
businessId- theIdof the businessproxy- proxy- Returns:
- a
PaymentLookupSession - Throws:
NotFoundException- noBusinessfound by the givenIdNullArgumentException-proxyorbusinessIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentLookup()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentLookup()} and {@code supportsVisibleFederation()} are {@code true}
-
getPaymentQuerySession
Gets theOsidSessionassociated with the payment query service.- Parameters:
proxy- proxy- Returns:
- a
PaymentQuerySession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentQuery()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentQuery()} is {@code true} .
-
getPaymentQuerySessionForBusiness
PaymentQuerySession getPaymentQuerySessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payment query service for the given business.- Parameters:
businessId- theIdof theBusinessproxy- proxy- Returns:
- a
PaymentQuerySession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-proxyorbusinessIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentQuery()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentQuery()} and {@code supportsVisibleFederation()} are {@code true}
-
getPaymentSearchSession
Gets theOsidSessionassociated with the payment search service.- Parameters:
proxy- proxy- Returns:
- a
PaymentSearchSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentSearch()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentSearch()} is {@code true} .
-
getPaymentSearchSessionForBusiness
PaymentSearchSession getPaymentSearchSessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payment search service for the given business.- Parameters:
businessId- theIdof theBusinessproxy- proxy- Returns:
- a
PaymentSearchSession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-proxyorbusinessIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentSearch()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentSearch()} and {@code supportsVisibleFederation()} are {@code true}
-
getPaymentAdminSession
Gets theOsidSessionassociated with the payment administration service.- Parameters:
proxy- proxy- Returns:
- a
PaymentAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentAdmin()} is {@code true} .
-
getPaymentAdminSessionForBusiness
PaymentAdminSession getPaymentAdminSessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payment administration service for the given business.- Parameters:
businessId- theIdof theBusinessproxy- proxy- Returns:
- a
PaymentAdminSession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-proxyorbusinessIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getPaymentNotificationSession
PaymentNotificationSession getPaymentNotificationSession(PaymentReceiver paymentReceiver, Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the payment notification service.- Parameters:
paymentReceiver- the notification callbackproxy- proxy- Returns:
- a
PaymentNotificationSession - Throws:
NullArgumentException-paymentReceiverorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentNotification()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentNotification()} is {@code true} .
-
getPaymentNotificationSessionForBusiness
PaymentNotificationSession getPaymentNotificationSessionForBusiness(PaymentReceiver paymentReceiver, Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payment notification service for the given business.- Parameters:
paymentReceiver- the notification callbackbusinessId- theIdof theBusinessproxy- proxy- Returns:
- a
PaymentNotificationSession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-paymentReceiver, businessIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentNotification()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentNotification()} and {@code supportsVisibleFederation()} are {@code true}
-
getPaymentBusinessSession
Gets theOsidSessionto lookup payment/catalog mappings.- Parameters:
proxy- proxy- Returns:
- a
PaymentBusinessSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentBusiness()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentBusiness()} is {@code true} .
-
getPaymentBusinessAssignmentSession
PaymentBusinessAssignmentSession getPaymentBusinessAssignmentSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with assigning payments to businesses.- Parameters:
proxy- proxy- Returns:
- a
PaymentBusinessAssignmentSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentBusinessAssignment()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentBusinessAssignment()} is {@code true} .
-
getPaymentSmartBusinessSession
PaymentSmartBusinessSession getPaymentSmartBusinessSession(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the payment smart business service.- Parameters:
businessId- theIdof theBusinessproxy- proxy- Returns:
- a
PaymentSmartBusinessSession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-businessIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPaymentSmartBusiness()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPaymentSmartBusiness()} and {@code supportsVisibleFederation()} are {@code true}
-
getSummarySession
Gets theOsidSessionassociated with the payment summary service.- Parameters:
proxy- proxy- Returns:
- a
SummarySession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsSummary()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSummary()} is {@code true} .
-
getSummarySessionForBusiness
SummarySession getSummarySessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the summary service for the given business.- Parameters:
businessId- theIdof theBusinessproxy- proxy- Returns:
- a
SummarySession - Throws:
NotFoundException- no business found by the givenIdNullArgumentException-businessIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsSummary()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSummary()} and {@code supportsVisibleFederation()} are {@code true}
-
getBillingPaymentBatchProxyManager
BillingPaymentBatchProxyManager getBillingPaymentBatchProxyManager() throws OperationFailedExceptionGets aBillingPaymentBatchProxyManager.- Returns:
- a
BillingPaymentBatchProxyManager - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsBillingPaymentBatch()isfalse- Compliance:
optional- This method must be implemented if {@code supportsBillingPaymentBatch()} is {@code true} .
-