Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetDestinationExceptionsResponse
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Get destination exception charges: response.
Diagram
Diagram BillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_chargingPlanID BillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_exception Common_xsd_Element_notice.tmp#notice BillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList
Type DestinationExceptionList
Properties
content: complex
Model chargingPlanID , exception* , notice*
Children chargingPlanID, exception, notice
Instance
<GetDestinationExceptionsResponse xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:billingData="http://4psa.com/BillingData.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <billingData:chargingPlanID>{1,1}</billingData:chargingPlanID>
  <billingData:exception>{0,unbounded}</billingData:exception>
  <common:notice>{0,unbounded}</common:notice>
</GetDestinationExceptionsResponse>
Source
<xs:element name="GetDestinationExceptionsResponse" type="billingData:DestinationExceptionList">
  <xs:annotation>
    <xs:documentation>Get destination exception charges: response.</xs:documentation>
  </xs:annotation>
</xs:element>