Skip to main content

UpdateMyInvoiceAddressInput

UpdateMyInvoiceAddressInput is the input type for updating a user's invoice address.

input UpdateMyInvoiceAddressInput {
contractId: UUID!
postalCode: String!
houseNumber: Int!
houseNumberAddition: String!
}

Fields

UpdateMyInvoiceAddressInput.contractId ● UUID! non-null scalar

The contract ID is required to update the invoice address since the invoice address is contract-specific.

UpdateMyInvoiceAddressInput.postalCode ● String! non-null scalar

Postal code of the invoice address.

UpdateMyInvoiceAddressInput.houseNumber ● Int! non-null scalar

House number of the invoice address.

UpdateMyInvoiceAddressInput.houseNumberAddition ● String! non-null scalar

House number suffix of the invoice address. The house number addition should be an empty string if not applicable.

Member Of

updateMyInvoiceAddress mutation