java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.billing.InstrumentList

public class InstrumentList extends Object
Author:
olaa
  • Constructor Details

  • Method Details

    • setActiveInstrumentId

      public void setActiveInstrumentId(String activeInstrumentId)
    • addInstrument

      public void addInstrument(PaymentInstrument instrument)
    • addInstruments

      public void addInstruments(List<PaymentInstrument> instruments)
    • getActiveInstrumentId

      public String getActiveInstrumentId()
    • getInstruments

      public List<PaymentInstrument> getInstruments()