Package com.chrt.api.types
Interface CourierOrgProfile1.PhoneNumberPrimaryStage
-
- All Known Implementing Classes:
CourierOrgProfile1.Builder
- Enclosing class:
- CourierOrgProfile1
public static interface CourierOrgProfile1.PhoneNumberPrimaryStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CourierOrgProfile1.OrgIdStagephoneNumberPrimary(java.lang.String phoneNumberPrimary)E.164 formatted phone number (e.g.
-
-
-
Method Detail
-
phoneNumberPrimary
CourierOrgProfile1.OrgIdStage phoneNumberPrimary(@NotNull java.lang.String phoneNumberPrimary)
E.164 formatted phone number (e.g. +16505551234). Assumes US country code if none provided.
-
-