updateAddOn

The updateAddOn element is the parent of several child elements used to modify an additional charge added to an existing subscription.

Parent Elements:

updateSubscription

Attributes:

None

Child Elements (all Required):

addOnCode, name, amount, startDate, endDate

Example:  updateAddOn Structure

<updateAddOn>

  <addOnCode>Add On Reference Code</addOnCode>

  <name>Name of Add On</name>

  <amount>Amount of Add On</amount>

  <startDate>Start Date of Add On Charge</startDate>

  <endDate>End Date of Add On Charge</endDate>

</updateAddOn>