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 java.util.Optional<PaymentInstrument>BillingController. getDefaultInstrument(com.yahoo.config.provision.TenantName tenant)java.util.Optional<PaymentInstrument>MockBillingController. getDefaultInstrument(com.yahoo.config.provision.TenantName tenant)java.util.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(java.util.List<PaymentInstrument> instruments)Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.billing with type arguments of type PaymentInstrument Constructor Description InstrumentList(java.util.List<PaymentInstrument> instruments)
-