| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
| namespace | http://www.ibillingclient.org/schema/edi | ||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="ClientObject" abstract="true"> <xs:annotation> <xs:documentation>Base class for all classes representing business entities within the library.</xs:documentation> </xs:annotation> <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>id: System generated identifier.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="createDate" type="Date" use="optional"> <xs:annotation> <xs:documentation>createDate: Date the transaction was created.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="code" type="xs:string" use="required"> <xs:annotation> <xs:documentation>code: User assigned identifier. (if not specified, id is used)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="merchantAccountCode" type="MerchantAccountCode" use="required"> <xs:annotation> <xs:documentation>merchantAccountCode: Merchant account code.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
| type | xs:ID | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>id: System generated identifier.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | Date | ||||
| properties |
|
||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:attribute name="createDate" type="Date" use="optional"> <xs:annotation> <xs:documentation>createDate: Date the transaction was created.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:string | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:attribute name="code" type="xs:string" use="required"> <xs:annotation> <xs:documentation>code: User assigned identifier. (if not specified, id is used)</xs:documentation> </xs:annotation> </xs:attribute> |
| type | MerchantAccountCode | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:attribute name="merchantAccountCode" type="MerchantAccountCode" use="required"> <xs:annotation> <xs:documentation>merchantAccountCode: Merchant account code.</xs:documentation> </xs:annotation> </xs:attribute> |