Mayson Monorepo Documentation
Preparing search index...
packages/stripe/src
Stripe
PromotionCode
Promotion
Interface Promotion
interface
Promotion
{
coupon
:
string
|
Stripe
.
Coupon
;
type
:
"coupon"
;
}
Index
Properties
coupon
type
Properties
coupon
coupon
:
string
|
Stripe
.
Coupon
If promotion
type
is
coupon
, the coupon for this promotion.
type
type
:
"coupon"
The type of promotion.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
coupon
type
Mayson Monorepo Documentation
Loading...
If promotion
typeiscoupon, the coupon for this promotion.