Class PaymentMethodAction
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.common.PaymentMethodAction
-
public class PaymentMethodAction extends java.lang.ObjectPayment method action configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentMethodAction.PaymentMethodActionBuilder
-
Constructor Summary
Constructors Constructor Description PaymentMethodAction()PaymentMethodAction(java.lang.String type, java.lang.String clientToken, java.lang.String sessionId)Creates a newPaymentMethodActioninstance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentMethodAction.PaymentMethodActionBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetClientToken()The client token for payment method authenticationjava.lang.StringgetSessionId()The session identifier for the payment method sessionjava.lang.StringgetType()The type of action to be performed with the payment methodinthashCode()voidsetClientToken(java.lang.String clientToken)The client token for payment method authenticationvoidsetSessionId(java.lang.String sessionId)The session identifier for the payment method sessionvoidsetType(java.lang.String type)The type of action to be performed with the payment methodjava.lang.StringtoString()
-
-
-
Constructor Detail
-
PaymentMethodAction
public PaymentMethodAction()
-
PaymentMethodAction
public PaymentMethodAction(java.lang.String type, java.lang.String clientToken, java.lang.String sessionId)Creates a newPaymentMethodActioninstance.- Parameters:
type- The type of action to be performed with the payment methodclientToken- The client token for payment method authenticationsessionId- The session identifier for the payment method session
-
-
Method Detail
-
builder
public static PaymentMethodAction.PaymentMethodActionBuilder builder()
-
getType
public java.lang.String getType()
The type of action to be performed with the payment method
-
getClientToken
public java.lang.String getClientToken()
The client token for payment method authentication
-
getSessionId
public java.lang.String getSessionId()
The session identifier for the payment method session
-
setType
public void setType(java.lang.String type)
The type of action to be performed with the payment method
-
setClientToken
public void setClientToken(java.lang.String clientToken)
The client token for payment method authentication
-
setSessionId
public void setSessionId(java.lang.String sessionId)
The session identifier for the payment method session
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-