public static interface SenderIdAndCountry.Builder extends SdkPojo, CopyableBuilder<SenderIdAndCountry.Builder,SenderIdAndCountry>
| Modifier and Type | Method and Description |
|---|---|
SenderIdAndCountry.Builder |
isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
SenderIdAndCountry.Builder |
senderId(String senderId)
The unique identifier of the sender.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSenderIdAndCountry.Builder senderId(String senderId)
The unique identifier of the sender.
senderId - The unique identifier of the sender.SenderIdAndCountry.Builder isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
isoCountryCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.Copyright © 2023. All rights reserved.