ENUM

AddressableType

The entity that this Address is associated with.

link GraphQL Schema definition

  • enum AddressableType {
  • # An `Account`.
  • Account
  • # An `InventoryLocation`.
  • InventoryLocation
  • # A `BankAccount`.
  • BankAccount
  • # A `CreditCard`.
  • CreditCard
  • # A `NetworkSite`.
  • NetworkSite
  • # A `Company`.
  • Company
  • # A Towercoverage Submission
  • TowercoverageSubmission
  • # Vendor
  • Vendor
  • }