Rivo Loyalty: Vip Tiers
{
list: [
{
createdAt: "2023-04-25T16:54:38.203Z",
id: 97299,
name: "Bronze",
perks: [
"Early Access to Seasonal and Limited Time Offers",
],
threshold: 0,
updatedAt: "2023-06-05T15:49:42.490Z",
},
{
createdAt: "2023-04-25T16:54:38.329Z",
id: 97300,
name: "Silver",
perks: [
"Everything from Bronze Tier",
"Free Shipping & Returns",
"First to know on all exclusive events",
],
threshold: 6000,
updatedAt: "2023-06-05T15:51:48.587Z",
},
{
createdAt: "2023-04-25T16:54:38.453Z",
id: 97301,
name: "Gold",
perks: [
"Benefits from the Silver Tier",
"First to know on all exclusive events",
"Invited to product test new releases",
"Merch giveaways",
],
threshold: 9000,
updatedAt: "2023-04-25T20:14:50.727Z",
},
],
pagination: {
amountOfPages: 1,
hasNextPage: false,
hasPreviousPage: false,
page: 1,
pageSize: null,
totalElements: 0,
},
}
Properties
array
List of VIP tiers
- START - INTERNAL PROPERTIES OF {{ apps.rivoloyaltyviptiers.list }}- END - INTERNAL PROPERTIES OF {{ apps.rivoloyaltyviptiers.list }}
string
The creation date of the VIP tier
number
The ID of the VIP tier
string
The name of the VIP tier
array
The perks of the VIP tier
number
The threshold for the VIP tier
string
The last update date of the VIP tier
object
Returns a pagination object.
- START - INTERNAL PROPERTIES OF {{ apps.rivoloyaltyviptiers.pagination }}- END - INTERNAL PROPERTIES OF {{ apps.rivoloyaltyviptiers.pagination }}
number
Returns the total number of pages.
boolean
Returns true if there is a next page.
boolean
Returns true if there is a previous page.
number
Returns the current page number.
number
Returns the number of items per page.
number
Returns the total number of items.