updateDiscount

The updateDiscount element is the parent of several child elements used to define updates to a discount applied to an existing subscription.

Parent Elements:

updateSubscription

Attributes:

None

Child Elements (all Required):

discountCode, name, amount, startDate, endDate

Example: customerInfo Structure

<updateDiscount>

  <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>

</updateDiscount>