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