Class Phone.PhoneBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.postpayments.responses.requestapaymentorpayoutresponsecreated.customer.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 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. Required if source.type is tamara. [Optional] [ 1 .. 7 ] characters- Returns:
this.
-
number
public Phone.PhoneBuilder number(java.lang.String number)
The phone number. Required if source.type is tamara. [Optional] [ 6 .. 25 ] characters- Returns:
this.
-
build
public Phone build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-