ENUM

AddressType

The type of address that this is.

link GraphQL Schema definition

  • enum AddressType {
  • # A physical address where the entity is located
  • PHYSICAL
  • # An address where this entity receives mail
  • MAILING
  • }