CouponAction

class CouponAction constructor(action: Action, val couponCode: String) : Action

Copy action Object.

Author

Umang Chamaria

Constructors

Link copied to clipboard
constructor(action: Action, couponCode: String)

Properties

Link copied to clipboard

Type of action.

Link copied to clipboard
Link copied to clipboard

Action payload.

Functions

Link copied to clipboard
open override fun toString(): String