Class PaymentMethodAction.PaymentMethodActionBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.common.PaymentMethodAction.PaymentMethodActionBuilder
-
- Enclosing class:
- PaymentMethodAction
public static class PaymentMethodAction.PaymentMethodActionBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentMethodActionbuild()PaymentMethodAction.PaymentMethodActionBuilderclientToken(java.lang.String clientToken)The client token for payment method authenticationPaymentMethodAction.PaymentMethodActionBuildersessionId(java.lang.String sessionId)The session identifier for the payment method sessionjava.lang.StringtoString()PaymentMethodAction.PaymentMethodActionBuildertype(java.lang.String type)The type of action to be performed with the payment method
-
-
-
Method Detail
-
type
public PaymentMethodAction.PaymentMethodActionBuilder type(java.lang.String type)
The type of action to be performed with the payment method- Returns:
this.
-
clientToken
public PaymentMethodAction.PaymentMethodActionBuilder clientToken(java.lang.String clientToken)
The client token for payment method authentication- Returns:
this.
-
sessionId
public PaymentMethodAction.PaymentMethodActionBuilder sessionId(java.lang.String sessionId)
The session identifier for the payment method session- Returns:
this.
-
build
public PaymentMethodAction build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-