Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.InstrumentOwner
Packages that use InstrumentOwner
-
Uses of InstrumentOwner in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return types with arguments of type InstrumentOwnerModifier and TypeMethodDescriptionBillingDatabaseClient.getDefaultPaymentInstrumentForTenant(com.yahoo.config.provision.TenantName from) BillingDatabaseClientMock.getDefaultPaymentInstrumentForTenant(com.yahoo.config.provision.TenantName tenantName) Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type InstrumentOwnerModifier and TypeMethodDescriptionbooleanBillingController.setActivePaymentInstrument(InstrumentOwner paymentInstrument) Set the given payment instrument as the active instrument for the tenantbooleanBillingDatabaseClient.setActivePaymentInstrument(InstrumentOwner paymentInstrument) booleanBillingDatabaseClientMock.setActivePaymentInstrument(InstrumentOwner paymentInstrument) booleanMockBillingController.setActivePaymentInstrument(InstrumentOwner paymentInstrument)