CreateCouponRequest

Request create a coupon.

Summary
CreateCouponRequest
Variables
start_date int64
expiration_date int64
description string
cashMinimumConstraint string
product_constraint CouponVO.ProductQuantityConstraintVO
program_constraint CouponVO.ProgramQuantityConstraintVO
merchant_constraint int64
cardtype_constraint int64
cashDiscount string
procentualDiscount string
product_discount CouponVO.ProductQuantityDiscountVO
program_discount CouponVO.ProgramQuantityDiscountVO
public_coupon boolean
communityId int64

Variables

start_date

int64

start date of the coupon

expiration_date

int64

Expiration date of the coupon

description

string

Description of the coupon

cashMinimumConstraint

string

The minimum cahs constraint of the coupon

product_constraint

CouponVO.ProductQuantityConstraintVO

The product constraint of the coupon

program_constraint

CouponVO.ProgramQuantityConstraintVO

The program constraint of the coupon

merchant_constraint

int64

The merchant constraint of the coupon

cardtype_constraint

int64

The cardtype constraint of the coupon

cashDiscount

string

The cash discount of the coupon

procentualDiscount

string

The procentual discount of the coupon

product_discount

CouponVO.ProductQuantityDiscountVO

The product discount of the coupon

program_discount

CouponVO.ProgramQuantityDiscountVO

The program discount of the coupon

public_coupon

boolean

Boolean that indicates if the coupon is public or not.

communityId

int64

The communityId of the for the coupon

Close