Class Bizum
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.common.PaymentMethodBase
-
- com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.bizum.Bizum
-
public class Bizum extends PaymentMethodBase
Bizum payment method configuration
-
-
Constructor Summary
Constructors Constructor Description Bizum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)PaymentMethodOptionsgetPaymentMethodOptions()Payment method options specific to BizuminthashCode()voidsetPaymentMethodOptions(PaymentMethodOptions paymentMethodOptions)Payment method options specific to Bizumjava.lang.StringtoString()-
Methods inherited from class com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.common.PaymentMethodBase
getFlags, getInitialization, getStatus, setFlags, setInitialization, setStatus
-
-
-
-
Method Detail
-
getPaymentMethodOptions
public PaymentMethodOptions getPaymentMethodOptions()
Payment method options specific to Bizum
-
setPaymentMethodOptions
public void setPaymentMethodOptions(PaymentMethodOptions paymentMethodOptions)
Payment method options specific to Bizum
-
toString
public java.lang.String toString()
- Overrides:
toStringin classPaymentMethodBase
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classPaymentMethodBase
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classPaymentMethodBase
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPaymentMethodBase
-
-