public interface BillingTimeService
| Modifier and Type | Method and Description |
|---|---|
List<BillingTimeModel> |
getAllBillingTimes()
This method returns all
BillingTimeModels. |
BillingTimeModel |
getBillingTimeForCode(String code)
This method returns the
BillingTimeModel associated with the code. |
BillingTimeModel getBillingTimeForCode(String code)
BillingTimeModel associated with the code.code - the codeBillingTimeModelList<BillingTimeModel> getAllBillingTimes()
BillingTimeModels.BillingTimeModels.Copyright © 2017 SAP SE. All Rights Reserved.