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.
- : Int64Bit
- # The name of the serviceable address to use for this account.
- : String
- # The status of each specific linked address during bulk creation.
- : LinkedAddressesStatus
- # The ID of an Account.
- : Int64Bit
- }