| namespace | http://www.ibillingclient.org/schema/edi | ||||||||||||
| type | restriction of xs:string | ||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:simpleType name="PaymentPlanStatus"> <xs:annotation> <xs:documentation>Enumerates possible payment plans statuses</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="D"> <xs:annotation> <xs:documentation>Deferred: The plan has been processed at least once, but was never billedNo invoices were ever generated for this plan</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="C"> <xs:annotation> <xs:documentation>Current: The plan has been processed and invoiced in last billing</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="F"> <xs:annotation> <xs:documentation>Freeze: The plan has been processed in last billing and had Freeze charge.No invoice was generated in last billing process.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>Cancelled: The plan has been cancelled. The plan contains no charges.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="E"> <xs:annotation> <xs:documentation>Expired: The plan has expired. The plan contains no more charges.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Unbilled: The plan has neve been processed and was probably recently created.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |