Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.Bill.StatusHistory
-
Packages that use Bill.StatusHistory Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of Bill.StatusHistory in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return Bill.StatusHistory Modifier and Type Method Description static Bill.StatusHistoryBill.StatusHistory. open(Clock clock)Bill.StatusHistoryBill. statusHistory()Constructors in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type Bill.StatusHistory Constructor Description Bill(Bill.Id id, com.yahoo.config.provision.TenantName tenant, Bill.StatusHistory statusHistory, List<Bill.LineItem> lineItems, ZonedDateTime startTime, ZonedDateTime endTime)
-