Search
Preparing search index...
The search index is not available
@voucherify/sdk - v2.9.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@voucherify/sdk - v2.9.0
PromotionTiersRedeemParams
Interface PromotionTiersRedeemParams
Hierarchy
PromotionTiersRedeemParams
Index
Properties
customer
metadata
order
session
Properties
Optional
customer
customer
:
Pick
<
SimpleCustomer
,
"id"
|
"name"
|
"metadata"
|
"email"
|
"source_id"
>
&
{
description
?:
string
}
Optional
metadata
metadata
:
Record
<
string
,
any
>
Optional
order
order
:
{
amount
?:
number
;
id
?:
string
;
items
?:
OrdersItem
[]
;
metadata
?:
Record
<
string
,
any
>
;
source_id
?:
string
;
status
?:
"CREATED"
|
"PAID"
|
"CANCELED"
|
"FULFILLED"
}
Type declaration
Optional
amount
?:
number
Optional
id
?:
string
Optional
items
?:
OrdersItem
[]
Optional
metadata
?:
Record
<
string
,
any
>
Optional
source_
id
?:
string
Optional
status
?:
"CREATED"
|
"PAID"
|
"CANCELED"
|
"FULFILLED"
Optional
session
session
:
ValidationSessionReleaseParams
Exports
Promotion
Tiers
Redeem
Params
customer
metadata
order
session