Class InstrumentOwner
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.billing.InstrumentOwner
-
public class InstrumentOwner extends Object
- Author:
- olaa
-
-
Constructor Summary
Constructors Constructor Description InstrumentOwner(com.yahoo.config.provision.TenantName tenantName, String userId, String paymentInstrumentId, boolean isDefault)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPaymentInstrumentId()com.yahoo.config.provision.TenantNamegetTenantName()StringgetUserId()inthashCode()booleanisDefault()StringtoString()
-