Uses of Class
com.yahoo.vespa.hosted.controller.tenant.PurchaseOrder
Packages that use PurchaseOrder
-
Uses of PurchaseOrder in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return PurchaseOrderModifier and TypeMethodDescriptionstatic PurchaseOrderPurchaseOrder.empty()TenantBilling.getPurchaseOrder()Methods in com.yahoo.vespa.hosted.controller.tenant with parameters of type PurchaseOrderModifier and TypeMethodDescriptionTenantBilling.withPurchaseOrder(PurchaseOrder updatedPurchaseOrder) Constructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type PurchaseOrderModifierConstructorDescriptionTenantBilling(TenantContact contact, TenantAddress address, TaxId taxId, PurchaseOrder purchaseOrder, Email invoiceEmail)