http://www.theoutdoorscompany.com/Ecommerce/Services/Price/
FormatNumberAsCustomerCurrency Element
http://www.theoutdoorscompany.com/Ecommerce/Services/Price/ : FormatNumberAsCustomerCurrency Element
Namespace http://www.theoutdoorscompany.com/Ecommerce/Services/Price/
Diagram
IsTotal Element Number Element SessionToken Element ClientCode Element Sequence FormatNumberAsCustomerCurrency Element
Overview
Sequence
ClientCode optional xs:string
SessionToken optional xs:string
Number xs:decimal
IsTotal xs:boolean
Source
<xs:element name="FormatNumberAsCustomerCurrency" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="1" name="ClientCode" type="xs:string" />
      <xs:element minOccurs="0" maxOccurs="1" name="SessionToken" type="xs:string" />
      <xs:element minOccurs="1" maxOccurs="1" name="Number" type="xs:decimal" />
      <xs:element minOccurs="1" maxOccurs="1" name="IsTotal" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://www.theoutdoorscompany.com/Ecommerce/Services/Price/