Home > @poq/sdk-sfcc > ProfileConverter > fromSfccCustomer
Method converts sfcc customer to profile model.
Signature:
fromSfccCustomer(customer: Customer): Promise<ProfileResponse>;
Parameter | Type | Description |
---|---|---|
customer | Customer | Customer model of Salesforce cloud. |
Returns:
Promise<ProfileResponse>
Representation of profile object.