Skip to main content

AddressDeliverability

Description

The address is a physical street address for the business. We conform to the standards provided by USPS Publication 28 where possible.

If information is available we indicate the specific street address and unit. This means that two units in the same building appear as two distinct addresses. Otherwise, the address may be a postal code or city/state rather than a complete street address.

type AddressDeliverability implements MathFunctions {
id: UUID!
firstObservedDate: String
lastObservedDate: String
rdi: String
deliveryType: String
deliverable: String
virtual: String
internalId: String
internalAddressId: String
count(
field: String!
conditions: Conditions
): Int
sum(
field: String!
conditions: Conditions
): Int
min(
field: String!
conditions: Conditions
): Int
max(
field: String!
conditions: Conditions
): Int
avg(
field: String!
conditions: Conditions
): Float
collect(
field: String!
separator: String
conditions: Conditions
): String
minDateTime(
field: String!
conditions: Conditions
): DateTime
maxDateTime(
field: String!
conditions: Conditions
): DateTime
}

Fields

AddressDeliverability.id ● UUID! non-null scalar

AddressDeliverability.firstObservedDate ● String scalar

AddressDeliverability.lastObservedDate ● String scalar

AddressDeliverability.rdi ● String scalar

Residential Delivery Indicator that indicates whether the USPS has identified the address as Residential or Commercial for mail delivery purposes.

AddressDeliverability.deliveryType ● String scalar

The type of mail delivery for this address. Values include * Street. a street address * Multi-Tenant Building. address contains apartment or building sub-units * Post Office Box * Firm. mail delivered and internally restributed to the recipient * Rural Route or Highway Contract Route * General Delivery. mail is held at local post office * null - there is not enough information to determine the delivery type

AddressDeliverability.deliverable ● String scalar

The possible values are * "deliverable” - The address is confirmed present in the USPS data and is not vacant. * “vacant” - The address is confirmed present in the USPS data but is vacant (most cases, unoccupied over 90 days) and is not receiving deliveries. * “not_deliverable” - USPS is temporarily declaring the address undeliverable. * null - there is not enough information to determine whether it's deliveral or not.

AddressDeliverability.virtual ● String scalar

The possible values are * "virtual_cmra" - The address is virtual and associated with a valid CMRA. * "not_virtual" - The address is not virtual and not associated with a CMRA. * null - there is not enough information to determine whether it's virtual or not.

AddressDeliverability.internalId ● String scalar

AddressDeliverability.internalAddressId ● String scalar

AddressDeliverability.count ● Int scalar

AddressDeliverability.count.field ● String! non-null scalar
AddressDeliverability.count.conditions ● Conditions input

AddressDeliverability.sum ● Int scalar

AddressDeliverability.sum.field ● String! non-null scalar
AddressDeliverability.sum.conditions ● Conditions input

AddressDeliverability.min ● Int scalar

AddressDeliverability.min.field ● String! non-null scalar
AddressDeliverability.min.conditions ● Conditions input

AddressDeliverability.max ● Int scalar

AddressDeliverability.max.field ● String! non-null scalar
AddressDeliverability.max.conditions ● Conditions input

AddressDeliverability.avg ● Float scalar

AddressDeliverability.avg.field ● String! non-null scalar
AddressDeliverability.avg.conditions ● Conditions input

AddressDeliverability.collect ● String scalar

AddressDeliverability.collect.field ● String! non-null scalar
AddressDeliverability.collect.separator ● String scalar
AddressDeliverability.collect.conditions ● Conditions input

AddressDeliverability.minDateTime ● DateTime scalar

AddressDeliverability.minDateTime.field ● String! non-null scalar
AddressDeliverability.minDateTime.conditions ● Conditions input

AddressDeliverability.maxDateTime ● DateTime scalar

AddressDeliverability.maxDateTime.field ● String! non-null scalar
AddressDeliverability.maxDateTime.conditions ● Conditions input

Interfaces

MathFunctions interface

Member Of

AddressDeliverabilityEdge object