Favourites(retaillers) resources
- Copyright:
- 2015–2023 RewardOps Inc.
- Source:
Methods
(protected, inner) addToFavourites(programCode, memberUUID) → {*}
Parameters:
| Name | Type | Description |
|---|---|---|
programCode |
string | pangea program code |
memberUUID |
string | PII identificator |
- Source:
Returns:
function
- Type
- *
(inner) addToWishlist(programCode, memberUUID) → {*}
Parameters:
| Name | Type | Description |
|---|---|---|
programCode |
string | pangea program code |
memberUUID |
string | PII identificator |
- Source:
Returns:
function
- Type
- *
(inner) apiConfig()
- Source:
(inner) getShoppingCartSummary(memberUUID, programCode) → {*}
Parameters:
| Name | Type | Description |
|---|---|---|
memberUUID |
string | PII identificator |
programCode |
string | pangea program code |
- Source:
Returns:
function
- Type
- *
(inner) memberFactory(programCode) → {*}
Parameters:
| Name | Type | Description |
|---|---|---|
programCode |
string | pangea program code |
- Source:
Returns:
memberFactory function
- Type
- *
(inner) removeFromFavourites(programCode, memberUUID) → {*}
Parameters:
| Name | Type | Description |
|---|---|---|
programCode |
string | pangea program code |
memberUUID |
string | PII identificator |
- Source:
Returns:
function
- Type
- *
(inner) removeFromWishlist(programCode, memberUUID) → {*}
Parameters:
| Name | Type | Description |
|---|---|---|
programCode |
string | pangea program code |
memberUUID |
string | PII identificator |
- Source:
Returns:
function
- Type
- *
(inner) requestOptions(path, params)
Parameters:
| Name | Type | Description |
|---|---|---|
path |
||
params |
- Source:
(protected, inner) updateShoppingCart(programCode, memberUUID) → {*}
Parameters:
| Name | Type | Description |
|---|---|---|
programCode |
string | pangea program code |
memberUUID |
string | PII identificator |
- Source:
Returns:
function
- Type
- *