Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.PaymentInstrument
-
Packages that use PaymentInstrument Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of PaymentInstrument 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 PaymentInstrument Modifier and Type Method Description Optional<PaymentInstrument>BillingController. getDefaultInstrument(com.yahoo.config.provision.TenantName tenant)Get the payment instrument for the given tenantOptional<PaymentInstrument>MockBillingController. getDefaultInstrument(com.yahoo.config.provision.TenantName tenant)List<PaymentInstrument>InstrumentList. getInstruments()Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type PaymentInstrument Modifier and Type Method Description voidInstrumentList. addInstrument(PaymentInstrument instrument)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.billing with type arguments of type PaymentInstrument Modifier and Type Method Description voidInstrumentList. addInstruments(List<PaymentInstrument> instruments)Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.billing with type arguments of type PaymentInstrument Constructor Description InstrumentList(List<PaymentInstrument> instruments)
-