GetPricePlanResponse element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <GetPricePlanResponse> <actionStatus> <errorCode>...</errorCode> <status>...</status> <message>...</message> </actionStatus> <pricePlan code="..." description="..."> <eventCode>...</eventCode> <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> <amountWithoutTaxEL>...</amountWithoutTaxEL> <amountWithTaxEL>...</amountWithTaxEL> <priority>...</priority> <criteria1>...</criteria1> <criteria2>...</criteria2> <criteria3>...</criteria3> <criteriaEL>...</criteriaEL> <validityCalendarCode>...</validityCalendarCode> </pricePlan> </GetPricePlanResponse>