Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.Invoice.StatusHistory
-
Packages that use Invoice.StatusHistory Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of Invoice.StatusHistory in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return Invoice.StatusHistory Modifier and Type Method Description static Invoice.StatusHistoryInvoice.StatusHistory. open()Invoice.StatusHistoryInvoice. statusHistory()Constructors in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type Invoice.StatusHistory Constructor Description Invoice(Invoice.Id id, Invoice.StatusHistory statusHistory, java.util.List<Invoice.LineItem> lineItems, java.time.ZonedDateTime startTime, java.time.ZonedDateTime endTime)
-