Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomerAddress

CustomerAddress class

Document representing a customer address.

Signature:

export declare class CustomerAddress extends BaseModel<CustomerAddress> 

Extends: BaseModel<CustomerAddress

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the CustomerAddress class

Properties

Property Modifiers Type Description
address1?   string (Optional) The first address.
address2?   string (Optional) The second address.
addressId?   string (Optional) The id of the address as specified by account owner.
city?   string (Optional) The city.
companyName?   string (Optional) The company name.
countryCode?   CustomerAddressCountryCodeEnum (Optional) The two-letter ISO 3166-1 (Alpha-2) country code.
creationDate?   string (Optional) Returns the value of attribute ‘creationDate.
firstName?   string (Optional) The first name.
fullName?   string (Optional) The full name.
jobTitle?   string (Optional) The job title.
lastModified?   string (Optional) Returns the value of attribute ‘lastModified.
lastName?   string (Optional) The last name.
phone?   string (Optional) The phone number.
postalCode?   string (Optional) The postal code.
postBox?   string (Optional) The post box.
preferred?   boolean (Optional) The preferred attribute.
salutation?   string (Optional) The salutation.
secondName?   string (Optional) The second name.
stateCode?   string (Optional) The state code.
suffix?   string (Optional) The suffix.
suite?   string (Optional) The suite.
title?   string (Optional) The title.