createDiscount

The createDiscount element is the parent of several child elements used to define a discount to be applied to a new or existing subscription.

Parent Elements:

subscription, updateSubscription

Attributes:

None

Child Elements (all Required):

discountCode, name, amount, startDate, endDate

Example:  customerInfo Structure

<createDiscount>

  <discountCode>Discount Reference Code</discountCode>

  <name>Name of Discount</name>

  <amount>Amount of Discount</amount>

  <startDate>Start Date of Discount</startDate>

  <endDate>End Date of Discount</endDate>

</createDiscount>