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

public class InstrumentOwner extends Object
Author:
olaa
  • Constructor Details

    • InstrumentOwner

      public InstrumentOwner(com.yahoo.config.provision.TenantName tenantName, String userId, String paymentInstrumentId, boolean isDefault)
  • Method Details

    • getTenantName

      public com.yahoo.config.provision.TenantName getTenantName()
    • getUserId

      public String getUserId()
    • getPaymentInstrumentId

      public String getPaymentInstrumentId()
    • isDefault

      public boolean isDefault()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object