| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.ibillingclient.org/schema/edi | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of ClientObject | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="Charge"> <xs:annotation> <xs:documentation>Represents a future invoice within a PaymentPlan. Each time when billing isprocessed (Invoicing processing is executed) a charge is processed. Fixed andPerpetual charges are converted into invoices. Complimentary charges areconverted into invoices that are immediately balanced out with allowances.Freezes and Deferment produce no invoices.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="ClientObject"> <xs:attribute name="processedDate" type="Date" use="optional"> <xs:annotation> <xs:documentation>processedDate: Date when the charge was processed by the invoicing process.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="isPrepaid" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation>isPrepaid: If true, payment was taken against this charge. This doesn't guaranteethat the invoice created from this charge will be automatically paid</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="type" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>type: TYpe of charge.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="index" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>index: Sequential number of the charge within PaymentPlan. 0 indicates that thecharge will be processed in the next billing process, 1 - the one afterthe next and so on</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="paymentPlan" type="xs:IDREF" use="optional"> <xs:annotation> <xs:documentation>paymentPlan: Reference to the PaymentPlan holding the charges.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
| type | Date | ||||
| properties |
|
||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:attribute name="processedDate" type="Date" use="optional"> <xs:annotation> <xs:documentation>processedDate: Date when the charge was processed by the invoicing process.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:boolean | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:attribute name="isPrepaid" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation>isPrepaid: If true, payment was taken against this charge. This doesn't guaranteethat the invoice created from this charge will be automatically paid</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:string | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:attribute name="type" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>type: TYpe of charge.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:int | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:attribute name="index" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>index: Sequential number of the charge within PaymentPlan. 0 indicates that thecharge will be processed in the next billing process, 1 - the one afterthe next and so on</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:IDREF | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:attribute name="paymentPlan" type="xs:IDREF" use="optional"> <xs:annotation> <xs:documentation>paymentPlan: Reference to the PaymentPlan holding the charges.</xs:documentation> </xs:annotation> </xs:attribute> |