DeliveryGroup
Overview
The DeliveryGroup schema defines a delivery group.
{
description:
Defines a delivery group
name string
nullable: true
Defines name of the recipient
addressLine1 string
nullable: true
Defines address line 1 of the recipient
addressLine2 string
nullable: true
Defines address line 2 of the recipient
city string
nullable: true
Defines the city of the recipient
state string
nullable: true
Defines the state of the recipient
zip string
nullable: true
Defines the zip of the recipient
countryCode string
nullable: true
Defines the country code of the recipient
mailingMethod MailingMethodstring
Gets or Sets MailingType
Enum:
[ USPSFirstClass, USPSFirstClassInternational, USPSFirstClassElectronicCertified, USPSFirstClassInternationalElectronicCertified, UPSNextDayAir, UPSGround, UPSWorldWideSaver, UPSExpeditedSM, FedExPriorityOvernight, FedExStandardOvernight, FedExTwoDayShipping, FedExInternationalPriority, FedExEconomy ]
emailAddresses [
nullable: true
Defines the email addresses collection of the package
string]
discretePartyId string
nullable: true
Defines the discrete party id of the recipient
wkesId string
nullable: true
Defines the wkes id of the package
groupId string
nullable: true
Defines the id of the delivery group
documents [
nullable: true
Documents associated with the delivery group
Document{...}]
}