Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomerInfo

CustomerInfo class

Document representing information used to identify a customer.

Signature:

export declare class CustomerInfo extends BaseModel<CustomerInfo> 

Extends: BaseModel<CustomerInfo

Constructors

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

Properties

Property Modifiers Type Description
cFamilyStatus?   string (Optional)
customerId?   string (Optional) The customers number (id).
customerName?   string (Optional)
customerNo?   string (Optional) The customers number (id).
email   string The customers email address.