Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.Invoice.Id
-
Packages that use Invoice.Id Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of Invoice.Id in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return Invoice.Id Modifier and Type Method Description Invoice.IdBillingController. createInvoiceForPeriod(com.yahoo.config.provision.TenantName tenant, java.time.ZonedDateTime startTime, java.time.ZonedDateTime endTime, java.lang.String agent)Invoice.IdMockBillingController. createInvoiceForPeriod(com.yahoo.config.provision.TenantName tenant, java.time.ZonedDateTime startTime, java.time.ZonedDateTime endTime, java.lang.String agent)static Invoice.IdInvoice.Id. generate()Invoice.IdInvoice. id()static Invoice.IdInvoice.Id. of(java.lang.String value)Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type Invoice.Id Modifier and Type Method Description voidBillingController. updateInvoiceStatus(Invoice.Id invoiceId, java.lang.String agent, java.lang.String status)voidMockBillingController. updateInvoiceStatus(Invoice.Id invoiceId, java.lang.String agent, java.lang.String status)Constructors in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type Invoice.Id Constructor Description Invoice(Invoice.Id id, Invoice.StatusHistory statusHistory, java.util.List<Invoice.LineItem> lineItems, java.time.ZonedDateTime startTime, java.time.ZonedDateTime endTime)
-