OBJECT

AvailableNumber

Represents available number for puchase.

link GraphQL Schema definition

  • type AvailableNumber {
  • # Represents number in E.164 format or in Twilio short code.
  • number: String!
  • # Represents price of number in cents.
  • price: BigDecimal
  • }