Represents a list of customer features.

interface CustomerFeatureList {
    features: CustomerFeature[];
    meta: PagingResultMeta;
}

Properties

Properties

features: CustomerFeature[]

List of customer features.

Paging information regarding the returned records, when response is paginated.