OBJECT

CreateLinkedAddresses

The linked address details for each item processed in createLinkedAddresses mutation.

link GraphQL Schema definition

  • type CreateLinkedAddresses {
  • # The ID of the serviceable address to use for this account.
  • serviceable_address_id: Int64Bit
  • # The name of the serviceable address to use for this account.
  • serviceable_address_name: String
  • # The status of each specific linked address during bulk creation.
  • status: LinkedAddressesStatus
  • # The ID of an Account.
  • account_id: Int64Bit
  • }