complexType Statement
diagram index_p32.png
namespace http://www.ibillingclient.org/schema/edi
type extension of AccountActivity
properties
base AccountActivity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:IDrequired      
documentation
id: System generated identifier.
createDateDateoptional      
documentation
createDate: Date the transaction was created.
codexs:stringrequired      
documentation
code: User assigned identifier. (if not specified, id is used)
merchantAccountCodeMerchantAccountCoderequired      
documentation
merchantAccountCode: Merchant account code.
accountActivityTypeAccountActivityTypeoptional      
documentation
accountActivityType: Type of activity, e.g. invoice, payment
customerAccountxs:IDREFoptional      
documentation
customerAccount: Reference to the CustomerAccount affected by this activity.
namexs:stringrequired      
documentation
name: The name.
totalAmountxs:intoptional      
documentation
totalAmount: The total amount.
taxAmountxs:intoptional      
documentation
taxAmount: The tax amount.
streetxs:stringoptional      
documentation
street: The street.
statexs:stringoptional      
documentation
state: The state.
phonexs:stringoptional      
documentation
phone: The phone.
emailxs:stringoptional      
documentation
email: The email.
cityxs:stringoptional      
documentation
city: The city.
zipCodexs:stringoptional      
documentation
zipCode: The zip code.
annotation
documentation
The Class Statement.
source <xs:complexType name="Statement">
 
<xs:annotation>
   
<xs:documentation>The Class Statement.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="AccountActivity">
     
<xs:attribute name="name" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>name: The name.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="totalAmount" type="xs:int" use="optional">
       
<xs:annotation>
         
<xs:documentation>totalAmount: The total amount.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="taxAmount" type="xs:int" use="optional">
       
<xs:annotation>
         
<xs:documentation>taxAmount: The tax amount.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="street" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>street: The street.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="state" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>state: The state.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="phone" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>phone: The phone.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="email" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>email: The email.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="city" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>city: The city.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="zipCode" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>zipCode: The zip code.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute Statement/@name
type xs:string
properties
isRef 0
use required
annotation
documentation
name: The name.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>name: The name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statement/@totalAmount
type xs:int
properties
isRef 0
use optional
annotation
documentation
totalAmount: The total amount.
source <xs:attribute name="totalAmount" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>totalAmount: The total amount.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statement/@taxAmount
type xs:int
properties
isRef 0
use optional
annotation
documentation
taxAmount: The tax amount.
source <xs:attribute name="taxAmount" type="xs:int" use="optional">
 
<xs:annotation>
   
<xs:documentation>taxAmount: The tax amount.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statement/@street
type xs:string
properties
isRef 0
use optional
annotation
documentation
street: The street.
source <xs:attribute name="street" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>street: The street.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statement/@state
type xs:string
properties
isRef 0
use optional
annotation
documentation
state: The state.
source <xs:attribute name="state" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>state: The state.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statement/@phone
type xs:string
properties
isRef 0
use optional
annotation
documentation
phone: The phone.
source <xs:attribute name="phone" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>phone: The phone.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statement/@email
type xs:string
properties
isRef 0
use optional
annotation
documentation
email: The email.
source <xs:attribute name="email" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>email: The email.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statement/@city
type xs:string
properties
isRef 0
use optional
annotation
documentation
city: The city.
source <xs:attribute name="city" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>city: The city.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Statement/@zipCode
type xs:string
properties
isRef 0
use optional
annotation
documentation
zipCode: The zip code.
source <xs:attribute name="zipCode" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>zipCode: The zip code.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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