public static class ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ThreeDsRequestorAuthenticationInfo |
build() |
ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder |
threeDsReqAuthData(java.lang.String threeDsReqAuthData) |
ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder |
threeDsReqAuthMethod(ThreeDsReqAuthMethodType threeDsReqAuthMethod) |
ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder |
threeDsReqAuthTimestamp(java.time.Instant threeDsReqAuthTimestamp) |
java.lang.String |
toString() |
public ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder threeDsReqAuthMethod(ThreeDsReqAuthMethodType threeDsReqAuthMethod)
public ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder threeDsReqAuthTimestamp(java.time.Instant threeDsReqAuthTimestamp)
public ThreeDsRequestorAuthenticationInfo.ThreeDsRequestorAuthenticationInfoBuilder threeDsReqAuthData(java.lang.String threeDsReqAuthData)
public ThreeDsRequestorAuthenticationInfo build()
public java.lang.String toString()
toString in class java.lang.Object