SendContactPhoneValidationInput
No description
input SendContactPhoneValidationInput {
idempotencyKey: String
phoneCountryCode: String
phoneNumber: String!
}
Fields
SendContactPhoneValidationInput.idempotencyKey
● String
scalar
The idempotent key for this request, which is optional. Key may be comprised of alphanumeric values, as well as the following symbols: '_', '-', '.'
SendContactPhoneValidationInput.phoneCountryCode
● String
scalar
Optional phone country code. If not specified defaults to +1 for US.
SendContactPhoneValidationInput.phoneNumber
● String!
non-null scalar
The phone number to be validated, not including the country code
Member of
sendContactPhoneValidation
mutation