UpdateMyInvoiceAddressResponse
Union type representing the possible responses of the updateMyInvoiceAddress mutation.
union UpdateMyInvoiceAddressResponse = Address | AddressNotFoundError
Possible types
UpdateMyInvoiceAddressResponse.Address object
A Address is a physical address where energy is delivered or billed.
UpdateMyInvoiceAddressResponse.AddressNotFoundError object
Type representing an error where the provided address was not found.
Returned By
updateMyInvoiceAddress mutation