The spv.ds.SessionStateUpdate Class

spv.ds.SessionStateUpdate(menu_items, menu_tree, subscription_ids, complex_subscriptions, active_menu, active_item, total_price, total_price_text, model_id, group_id, serie, frame, image_filename, mask_filename, is_wrap, is_reversed, category, loan)

menu_items {Array.<spv.ds.MenuItem>}
menu_tree {spv.ds.MenuNode}
subscription_ids {Array.<string>}
complex_subscriptions {Array.<spv.ds.MenuItem>}
active_menu {string}
active_item {string}
total_price {spv.ds.DisplayPrice}
total_price_text {string}
model_id {string}
group_id {string}
serie {number}
frame {number}
image_filename {string}
mask_filename {string}
is_wrap {boolean}
is_reversed {boolean}
category {string}
loan {null | spv.ds.Loan}

.active_item {string}

.active_menu {string}

.category {string}

.complex_subscriptions {Array.<spv.ds.MenuItem>}

.frame {number}

.group_id {string}

.image_filename {string}

.is_reversed {boolean}

.is_wrap {boolean}

.loan {null | spv.ds.Loan}

.mask_filename {string}

.model_id {string}

.serie {number}

.subscription_ids {Array.<string>}

.total_price {spv.ds.DisplayPrice}

Please refer to the spv.ds.DisplayPrice documentation.