Package org.killbill.billing.jaxrs.json
Class PaymentMethodJson.PaymentMethodPluginDetailJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.PaymentMethodJson.PaymentMethodPluginDetailJson
-
- Enclosing class:
- PaymentMethodJson
public static class PaymentMethodJson.PaymentMethodPluginDetailJson extends Object
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodPluginDetailJson(String externalPaymentMethodId, Boolean isDefaultPaymentMethod, List<PluginPropertyJson> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetExternalPaymentMethodId()BooleangetIsDefaultPaymentMethod()List<PluginPropertyJson>getProperties()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
PaymentMethodPluginDetailJson
public PaymentMethodPluginDetailJson(String externalPaymentMethodId, Boolean isDefaultPaymentMethod, List<PluginPropertyJson> properties)
-
-
Method Detail
-
getExternalPaymentMethodId
public String getExternalPaymentMethodId()
-
getIsDefaultPaymentMethod
public Boolean getIsDefaultPaymentMethod()
-
getProperties
public List<PluginPropertyJson> getProperties()
-
-