Class Tabby
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.common.PaymentMethodBase
-
- com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.tabby.Tabby
-
public class Tabby extends PaymentMethodBase
Tabby payment method configuration
-
-
Constructor Summary
Constructors Constructor Description Tabby()
-
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 TabbyinthashCode()voidsetPaymentMethodOptions(PaymentMethodOptions paymentMethodOptions)Payment method options specific to Tabbyjava.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 Tabby
-
setPaymentMethodOptions
public void setPaymentMethodOptions(PaymentMethodOptions paymentMethodOptions)
Payment method options specific to Tabby
-
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
-
-