Class PaymentMethod
- java.lang.Object
-
- org.killbill.billing.client.model.KillBillObject
-
- org.killbill.billing.client.model.gen.PaymentMethod
-
public class PaymentMethod extends KillBillObject
-
-
Field Summary
-
Fields inherited from class org.killbill.billing.client.model.KillBillObject
auditLogs
-
-
Constructor Summary
Constructors Constructor Description PaymentMethod()PaymentMethod(UUID paymentMethodId, String externalKey, UUID accountId, Boolean isDefault, String pluginName, PaymentMethodPluginDetail pluginInfo, List<AuditLog> auditLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)UUIDgetAccountId()StringgetExternalKey()UUIDgetPaymentMethodId()PaymentMethodPluginDetailgetPluginInfo()StringgetPluginName()inthashCode()BooleanisDefault()PaymentMethodsetAccountId(UUID accountId)PaymentMethodsetExternalKey(String externalKey)PaymentMethodsetIsDefault(Boolean isDefault)PaymentMethodsetPaymentMethodId(UUID paymentMethodId)PaymentMethodsetPluginInfo(PaymentMethodPluginDetail pluginInfo)PaymentMethodsetPluginName(String pluginName)StringtoString()-
Methods inherited from class org.killbill.billing.client.model.KillBillObject
getAuditLogs, setAuditLogs
-
-
-
-
Method Detail
-
setPaymentMethodId
public PaymentMethod setPaymentMethodId(UUID paymentMethodId)
-
getPaymentMethodId
public UUID getPaymentMethodId()
-
setExternalKey
public PaymentMethod setExternalKey(String externalKey)
-
getExternalKey
public String getExternalKey()
-
setAccountId
public PaymentMethod setAccountId(UUID accountId)
-
getAccountId
public UUID getAccountId()
-
setIsDefault
public PaymentMethod setIsDefault(Boolean isDefault)
-
isDefault
public Boolean isDefault()
-
setPluginName
public PaymentMethod setPluginName(String pluginName)
-
getPluginName
public String getPluginName()
-
setPluginInfo
public PaymentMethod setPluginInfo(PaymentMethodPluginDetail pluginInfo)
-
getPluginInfo
public PaymentMethodPluginDetail getPluginInfo()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKillBillObject
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKillBillObject
-
-