PricePlan element

Type: pricePlanDto
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <PricePlan eventCode="..."> <id>...</id> <seller>...</seller> <country>...</country> <currency>...</currency> <minQuantity>...</minQuantity> <maxQuantity>...</maxQuantity> <offerTemplate>...</offerTemplate> <startSubscriptionDate>...</startSubscriptionDate> <endSubscriptionDate>...</endSubscriptionDate> <startRatingDate>...</startRatingDate> <endRatingDate>...</endRatingDate> <minSubscriptionAgeInMonth>...</minSubscriptionAgeInMonth> <maxSubscriptionAgeInMonth>...</maxSubscriptionAgeInMonth> <amountWithoutTax>...</amountWithoutTax> <amountWithTax>...</amountWithTax> <priority>...</priority> <criteria1>...</criteria1> <criteria2>...</criteria2> <criteria3>...</criteria3> </PricePlan>