Home > @poq/sdk-sfcc > CustomerAddressLink
* Result document of product list addresses.
Signature:
export declare class CustomerAddressLink extends BaseModel<CustomerAddressLink>
Extends: BaseModel<CustomerAddressLink
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CustomerAddressLink class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| addressId? | string | (Optional) The id of the address. | |
| link? | string | (Optional) The target of the link. | |
| title? | string | (Optional) The link title. |