Skip to main content

Address

A Address is a physical address where energy is delivered or billed.

type Address {
id: UUID!
street: String!
houseNumber: String!
houseNumberAddition: String
postalCode: String!
city: String!
country: String!
}

Fields

Address.id ● UUID! non-null scalar

The unique identifier of the address.

Address.street ● String! non-null scalar

The street of the address.

Address.houseNumber ● String! non-null scalar

The house number of the address.

Address.houseNumberAddition ● String scalar

The house number addition. Example: A

Address.postalCode ● String! non-null scalar

The postal code of the address, also known as the ZIP code.

Address.city ● String! non-null scalar

The city of the address.

Address.country ● String! non-null scalar

The country of the address.

Member Of

Contract object

Implemented By

UpdateMyInvoiceAddressResponse union