DEV

Type.

ServiceLevelArea

A serviceLevelArea object is a grouping of countries, regions, or zip codes that can be associated with a serviceLevel. Usage of this will only happen in conjunction with rate charts.

Fields

administrativeAreaCodePattern

String

The search pattern of an administrative area or region code of the country.

countryCodePattern

String

The search pattern of the country code.

createdAt

DateTime!

Required

When the ServiceLevelArea was created.

createdBy

ID!

Required

The user who created the ServiceLevelArea.

id

ID!

Required

A unique identifier for the ServiceLevelArea.

mode

Mode!

Required

Specifies whether the ServiceLevelArea is in live or test mode.

name

String!

Required

The humanly-memorable display name for the ServiceLevelArea.

postalCodePattern

String

Regular expression of postal codes that apply to the area.

serviceLevel

ServiceLevel!

Required

The ServiceLevel that the area is being used for.

updatedAt

DateTime!

Required

When the ServiceLevelArea was updated.

updatedBy

ID!

Required

The user who most recently updated the ServiceLevelArea.

Was this page helpful?