Class Stcpay
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.common.PaymentMethodBase
-
- com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.stcpay.Stcpay
-
public class Stcpay extends PaymentMethodBase
STC Pay payment method configuration
-
-
Constructor Summary
Constructors Constructor Description Stcpay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetOtp()The one-time password (OTP) for STC Pay authenticationPaymentMethodOptionsgetPaymentMethodOptions()Payment method options specific to STC PayinthashCode()voidsetOtp(java.lang.String otp)The one-time password (OTP) for STC Pay authenticationvoidsetPaymentMethodOptions(PaymentMethodOptions paymentMethodOptions)Payment method options specific to STC Payjava.lang.StringtoString()-
Methods inherited from class com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.common.PaymentMethodBase
getFlags, getInitialization, getStatus, setFlags, setInitialization, setStatus
-
-
-
-
Method Detail
-
getOtp
public java.lang.String getOtp()
The one-time password (OTP) for STC Pay authentication
-
getPaymentMethodOptions
public PaymentMethodOptions getPaymentMethodOptions()
Payment method options specific to STC Pay
-
setOtp
public void setOtp(java.lang.String otp)
The one-time password (OTP) for STC Pay authentication
-
setPaymentMethodOptions
public void setPaymentMethodOptions(PaymentMethodOptions paymentMethodOptions)
Payment method options specific to STC Pay
-
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
-
-