simpleType ChargeType
namespace http://www.ibillingclient.org/schema/edi
type restriction of xs:string
facets
enumeration D
enumeration R
annotation
documentation
Enumerates possible types of Charges.
source <xs:simpleType name="ChargeType">
 
<xs:annotation>
   
<xs:documentation>Enumerates possible types of Charges.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="D">
     
<xs:annotation>
       
<xs:documentation>Deferred: No invoice is generated when invoicing is run; unlike freeze, can only beused before any invoice is generated from the plan. Usually used to delaybilling after the initial sale</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="R">
     
<xs:annotation>
       
<xs:documentation>Freeze: No invoice is generated when invoicing is run, skip-billing.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy