Class Identification.IdentificationBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.flow.paymentsessionscomplete.requests.Identification.IdentificationBuilder
-
- Enclosing class:
- Identification
public static class Identification.IdentificationBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Identificationbuild()Identification.IdentificationBuilderissuingCountry(java.lang.String issuingCountry)The two-letter ISO country code of the country that issued the identificationIdentification.IdentificationBuildernumber(java.lang.String number)The identification numberjava.lang.StringtoString()Identification.IdentificationBuildertype(IdentificationType type)The type of identification used to identify the sender
-
-
-
Method Detail
-
type
public Identification.IdentificationBuilder type(IdentificationType type)
The type of identification used to identify the sender- Returns:
this.
-
number
public Identification.IdentificationBuilder number(java.lang.String number)
The identification number- Returns:
this.
-
issuingCountry
public Identification.IdentificationBuilder issuingCountry(java.lang.String issuingCountry)
The two-letter ISO country code of the country that issued the identification- Returns:
this.
-
build
public Identification build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-