Class Phone.PhoneBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.flow.paymentsessionscomplete.requests.Phone.PhoneBuilder
-
- Enclosing class:
- Phone
public static class Phone.PhoneBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Phonebuild()Phone.PhoneBuildercountryCode(CountryCode countryCode)The international country calling code.Phone.PhoneBuildernumber(java.lang.String number)The phone number.java.lang.StringtoString()
-
-
-
Method Detail
-
countryCode
public Phone.PhoneBuilder countryCode(CountryCode countryCode)
The international country calling code.- Returns:
this.
-
number
public Phone.PhoneBuilder number(java.lang.String number)
The phone number.- Returns:
this.
-
build
public Phone build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-