GetPricePlanResponse element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <GetPricePlanResponse> <actionStatus> <status>...</status> <errorCode>...</errorCode> <message>...</message> </actionStatus> <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> </GetPricePlanResponse>