OBJECT
AvailableNumber
Represents available number for puchase.
link GraphQL Schema definition
- type AvailableNumber {
- # Represents number in E.164 format or in Twilio short code.
- : String!
- # Represents price of number in cents.
- : BigDecimal
- }
OBJECT
Represents available number for puchase.
- type AvailableNumber {
- # Represents number in E.164 format or in Twilio short code.
- : String!
- # Represents price of number in cents.
- : BigDecimal
- }