simpleType AssetTransactionType
namespace http://www.ibillingclient.org/schema/edi
type restriction of xs:string
used by
attributes AssetTransaction/@transactionType CaptureInfo/@transactionType
facets
enumeration K
enumeration H
enumeration L
annotation
documentation
Defines possible sources of money for an AssetTransaction.
source <xs:simpleType name="AssetTransactionType">
 
<xs:annotation>
   
<xs:documentation>Defines possible sources of money for an AssetTransaction.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="K">
     
<xs:annotation>
       
<xs:documentation>Cash: Cash.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="H">
     
<xs:annotation>
       
<xs:documentation>Check: Check.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="L">
     
<xs:annotation>
       
<xs:documentation>Allowance: Discount (waiver).</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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