Class Phone.PhoneBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.postpayments.requests.unreferencedrefundrequest.destination.common.accountholder.common.phone.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 dialing code for the account holder's address country, as an ITU-T E.164 code.Phone.PhoneBuildernumber(java.lang.String number)The digits for the phone number, not including the country_code.java.lang.StringtoString()
-
-
-
Method Detail
-
countryCode
public Phone.PhoneBuilder countryCode(CountryCode countryCode)
The international dialing code for the account holder's address country, as an ITU-T E.164 code. [Required] [ 1 .. 7 ] characters- Returns:
this.
-
number
public Phone.PhoneBuilder number(java.lang.String number)
The digits for the phone number, not including the country_code. [Required] [ 6 .. 25 ] characters- Returns:
this.
-
build
public Phone build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-