Package com.checkout.payments
Class MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilder
- java.lang.Object
-
- com.checkout.payments.MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilder
-
- Enclosing class:
- MerchantAuthenticationInfo
public static class MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MerchantAuthenticationInfobuild()MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilderthreeDsReqAuthData(java.lang.String threeDsReqAuthData)MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilderthreeDsReqAuthMethod(java.lang.String threeDsReqAuthMethod)MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilderthreeDsReqAuthTimestamp(java.time.Instant threeDsReqAuthTimestamp)java.lang.StringtoString()
-
-
-
Method Detail
-
threeDsReqAuthMethod
public MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilder threeDsReqAuthMethod(java.lang.String threeDsReqAuthMethod)
- Returns:
this.
-
threeDsReqAuthTimestamp
public MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilder threeDsReqAuthTimestamp(java.time.Instant threeDsReqAuthTimestamp)
- Returns:
this.
-
threeDsReqAuthData
public MerchantAuthenticationInfo.MerchantAuthenticationInfoBuilder threeDsReqAuthData(java.lang.String threeDsReqAuthData)
- Returns:
this.
-
build
public MerchantAuthenticationInfo build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-