Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.67 KB

AddressAdd.md

File metadata and controls

28 lines (25 loc) · 2.67 KB

# AddressAdd

Properties

Name Type Description Notes
address_lines string The address lines. Character limit: 150. [optional]
city string The city of the address. Do not use in combination with the <code>suburb</code> property. Character limit: 50. [optional]
constituent_id string The immutable system record ID of the constituent associated with the address.
country string The country of the address, can be the country's ID, name, or abbreviation. [optional]
county string The county of the address. [optional]
do_not_mail bool Indicates whether the constituent requests not to be contacted at this address. [optional]
end \DateTime The date when the constituent ceased to reside at this address. Uses <a href=&quot;https://tools.ietf.org/html/rfc3339\&quot;&gt;ISO-8601 format: </a><i>1969-11-21T10:29:43</i>. [optional]
postal_code string The postal code of the address. Character limit: 12. [optional]
preferred bool Indicates whether this is the constituent's preferred address. [optional]
seasonal_end \BurgerDigital\BlackbaudPhpSdk\Model\FuzzyDate [optional]
seasonal_start \BurgerDigital\BlackbaudPhpSdk\Model\FuzzyDate [optional]
start \DateTime The date when the constituent began residing at this address. Uses <a href=&quot;https://tools.ietf.org/html/rfc3339\&quot;&gt;ISO-8601 format: </a><i>1969-11-21T10:29:43</i>. [optional]
state string The state of the address. [optional]
suburb string The suburb of the address. Do not use in combination with the <code>city</code> property. [optional]
type string The address type. Available values are the entries in the <a href=&quot;https://developer.sky.blackbaud.com/docs/services/56b76470069a0509c8f1c5b3/operations/ListAddressTypes\&quot;&gt;&lt;b&gt;Address Types</b></a> table.
information_source string The information source for the address. [optional]
lot string The Line of Travel (LOT) for the address. [optional]
cart string The Carrier Route (CART) for the address. [optional]
dpc string The Delivery Point Code (DPC) for the address. [optional]
region string The region for the address. [optional]

[Back to Model list] [Back to API list] [Back to README]