Implementation Guide for Oracle Self-Service E-Billing > Customizing Billing Statements >

About Statement Presentment APIs


Oracle Self-Service E-Billling provides the following Statement Presentment API:

List<IStatement> getStatements(String billerId, String accountNumber, int maxCount, Date fromTime, Date toTime);. getStatements retrieves a list of IStatement objects for an account.

The list of statements returned have a statement date between the fromTime and toTime date. The maxCount is to limit to the number of statements returned where there are a lot of statements.

Implementation Guide for Oracle Self-Service E-Billing Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices.