public interface ItemModule extends BaseModule
Modifier and Type | Method and Description |
---|---|
List<ArActionsList> |
getARActions(String id)
Retrieves the list of A/R actions associated with the passed bill item
A/R Actions Type like Adjustments, Disputes, Write Off will be retrieved
Excluding Payments and Non Currency A/R actions
|
String |
getARItemNo(String poid)
This operation gets the item id for the passed id and the type.
|
BillDetails |
getBillDetails(String billId,
String expand,
String serviceID)
gets the services and billItems of the bill
|
List<BillItem> |
getBillItems(String id,
String type,
boolean isAccountLevel,
int noOfBills,
String expand)
This method gets the bill items based on the following input parameters
|
BillItem |
getDetailsForItem(String billItemObj)
Get the details for the Item
|
List<BillItem> |
getItemsForBill(String billId,
String type)
Gets the bill items for a bill.
|
getBaseOps, getURIContext, getUserContext, setBaseOps, setURIContext, setUserContext
List<BillItem> getBillItems(String id, String type, boolean isAccountLevel, int noOfBills, String expand)
id
- Identifier field e.g for account level it account idtype
- Represents the type of bills to be fetched among open or pastisAccountLevel
- Flag if get bills at account level or notnoOfBills
- Represents the no of bill needs to be fetchedexpand
- Whether to include children while fetching resultsString getARItemNo(String poid)
poid
- The A/R item id
"dispute", "writeoff", "refund", or "cycle_forward".BillDetails getBillDetails(String billId, String expand, String serviceID)
billId
- The billId for which the billItems has to be retrievedexpand
- The accepted values are 'parentonly', 'childonly' ,'all',
The FLD_INCLUDE_CHILDREN flag is passed based on this retrieve valueserviceID
- The serviceID could be a loginID or a deviceIDList<ArActionsList> getARActions(String id)
id
- identifier field bill item idList<BillItem> getItemsForBill(String billId, String type)
billId
- bill id for which bill items have to be retrievedtype
- type of bill items to be retrieved. Values can open or closed
or null