Uses of Class
com.morpheusdata.model.AccountInvoice
Packages that use AccountInvoice
-
Uses of AccountInvoice in com.morpheusdata.core.costing
Fields in com.morpheusdata.core.costing declared as AccountInvoiceMethods in com.morpheusdata.core.costing that return types with arguments of type AccountInvoiceModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Flowable<AccountInvoice>MorpheusAccountInvoiceService.listByApiParams(User user, ApiParameterMap<String, Object> parameters) Methods in com.morpheusdata.core.costing with parameters of type AccountInvoiceModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<MorpheusAccountInvoiceService.InvoiceLookupResults>MorpheusAccountInvoiceService.ensureActiveAccountInvoice(Account owner, Account account, String refType, Long refId, String refUUID, Date costDate, AccountInvoice invoice) Ensures that an active invoice record exists based on the scoped account and owner as well as the object the invoice is associated with.io.reactivex.rxjava3.core.Single<MorpheusAccountInvoiceService.InvoiceLookupResults>MorpheusAccountInvoiceService.ensureActiveAccountInvoice(Account owner, Account account, String refType, Long refId, String refUUID, Date costDate, AccountInvoice invoice, Boolean newRecord) Ensures that an active invoice record exists based on the scoped account and owner as well as the object the invoice is associated with. -
Uses of AccountInvoice in com.morpheusdata.core.util
Methods in com.morpheusdata.core.util with parameters of type AccountInvoiceModifier and TypeMethodDescriptionstatic voidInvoiceUtility.configureCloudInvoice(AccountInvoice invoice, Cloud cloud, ComputeSite site) static voidInvoiceUtility.configureInstanceInvoice(AccountInvoice invoice, Cloud cloud, Instance instance) static voidInvoiceUtility.configureLoadBalancerInvoice(AccountInvoice invoice, Cloud cloud, NetworkLoadBalancer loadBalancer) static voidInvoiceUtility.configureResourceInvoice(AccountInvoice invoice, Cloud cloud, AccountResource resource) static voidInvoiceUtility.configureResourceInvoice(AccountInvoice invoice, Cloud cloud, Account account, Long refId, String refType, String refName, String refUUID, String resourceExternalId) static voidInvoiceUtility.configureServerInvoice(AccountInvoice invoice, Cloud cloud, ComputeServer server) static voidInvoiceUtility.configureVolumeInvoice(AccountInvoice invoice, Cloud cloud, StorageVolume volume) static voidInvoiceUtility.configureWorkloadInvoice(AccountInvoice invoice, Cloud cloud, Workload workload) -
Uses of AccountInvoice in com.morpheusdata.model
Fields in com.morpheusdata.model declared as AccountInvoiceMethods in com.morpheusdata.model that return AccountInvoiceMethods in com.morpheusdata.model with parameters of type AccountInvoice