sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
94 lines (48 loc) • 1.36 kB
Markdown
## Package: dw.campaign
# Class CouponRedemption
## Inheritance Hierarchy
- Object
- dw.campaign.CouponRedemption
## Description
Represents a redeemed coupon.
## Properties
### customerEmail
**Type:** String (Read Only)
Returns email of redeeming customer.
### orderNo
**Type:** String (Read Only)
Returns number of the order the code was redeemed with.
### redemptionDate
**Type:** Date (Read Only)
Returns date of redemption.
## Constructor Summary
## Method Summary
### getCustomerEmail
**Signature:** `getCustomerEmail() : String`
Returns email of redeeming customer.
### getOrderNo
**Signature:** `getOrderNo() : String`
Returns number of the order the code was redeemed with.
### getRedemptionDate
**Signature:** `getRedemptionDate() : Date`
Returns date of redemption.
## Method Detail
## Method Details
### getCustomerEmail
**Signature:** `getCustomerEmail() : String`
**Description:** Returns email of redeeming customer.
**Returns:**
email of redeeming customer.
### getOrderNo
**Signature:** `getOrderNo() : String`
**Description:** Returns number of the order the code was redeemed with.
**Returns:**
number of the order the code was redeemed with.
### getRedemptionDate
**Signature:** `getRedemptionDate() : Date`
**Description:** Returns date of redemption.
**Returns:**
date of redemption.