Class SecurityQuestionThreeDSEnrollmentRequest.SecurityQuestionThreeDSEnrollmentRequestBuilder
- java.lang.Object
-
- com.checkout.issuing.cards.requests.enrollment.SecurityQuestionThreeDSEnrollmentRequest.SecurityQuestionThreeDSEnrollmentRequestBuilder
-
- Enclosing class:
- SecurityQuestionThreeDSEnrollmentRequest
public static class SecurityQuestionThreeDSEnrollmentRequest.SecurityQuestionThreeDSEnrollmentRequestBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityQuestionThreeDSEnrollmentRequestbuild()SecurityQuestionThreeDSEnrollmentRequest.SecurityQuestionThreeDSEnrollmentRequestBuilderlocale(java.lang.String locale)SecurityQuestionThreeDSEnrollmentRequest.SecurityQuestionThreeDSEnrollmentRequestBuilderphoneNumber(Phone phoneNumber)SecurityQuestionThreeDSEnrollmentRequest.SecurityQuestionThreeDSEnrollmentRequestBuildersecurityPair(SecurityPair securityPair)java.lang.StringtoString()
-
-
-
Method Detail
-
locale
public SecurityQuestionThreeDSEnrollmentRequest.SecurityQuestionThreeDSEnrollmentRequestBuilder locale(java.lang.String locale)
- Returns:
this.
-
phoneNumber
public SecurityQuestionThreeDSEnrollmentRequest.SecurityQuestionThreeDSEnrollmentRequestBuilder phoneNumber(Phone phoneNumber)
- Returns:
this.
-
securityPair
public SecurityQuestionThreeDSEnrollmentRequest.SecurityQuestionThreeDSEnrollmentRequestBuilder securityPair(SecurityPair securityPair)
- Returns:
this.
-
build
public SecurityQuestionThreeDSEnrollmentRequest build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-