Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.InstrumentOwner
-
Packages that use InstrumentOwner Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
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 InstrumentOwner Modifier and Type Method Description Optional<InstrumentOwner>BillingDatabaseClient. getDefaultPaymentInstrumentForTenant(com.yahoo.config.provision.TenantName from)Optional<InstrumentOwner>BillingDatabaseClientMock. getDefaultPaymentInstrumentForTenant(com.yahoo.config.provision.TenantName tenantName)Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type InstrumentOwner Modifier and Type Method Description booleanBillingController. 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)
-