Package com.checkout.sessions
Class ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder
- java.lang.Object
-
- com.checkout.sessions.ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder
-
- Enclosing class:
- ThreeDsRequestorAuthenticationInfo
public static class ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreeDsRequestorAuthenticationInfobuild()ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilderthreeDsReqAuthData(java.lang.String threeDsReqAuthData)ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilderthreeDsReqAuthMethod(ThreeDsReqAuthMethodType threeDsReqAuthMethod)ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilderthreeDsReqAuthTimestamp(java.time.Instant threeDsReqAuthTimestamp)java.lang.StringtoString()
-
-
-
Method Detail
-
threeDsReqAuthMethod
public ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder threeDsReqAuthMethod(ThreeDsReqAuthMethodType threeDsReqAuthMethod)
- Returns:
this.
-
threeDsReqAuthTimestamp
public ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder threeDsReqAuthTimestamp(java.time.Instant threeDsReqAuthTimestamp)
- Returns:
this.
-
threeDsReqAuthData
public ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder threeDsReqAuthData(java.lang.String threeDsReqAuthData)
- Returns:
this.
-
build
public ThreeDsRequestorAuthenticationInfo build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-