complexType QueryPaymentOption
diagram index_p29.png
namespace http://www.ibillingclient.org/schema/edi
used by
elements request/findPaymentOption request/findPaymentPlan
attributes
Name  Type  Use  Default  Fixed  annotation
merchantAccountCodeMerchantAccountCodeoptional      
codexs:stringoptional      
isActivexs:booleanoptional      
fromCreateDateDateoptional      
toCreateDateDateoptional      
holderNamexs:stringoptional      
numberxs:stringoptional      
accessoryxs:stringoptional      
cityxs:stringoptional      
statexs:stringoptional      
zipCodexs:stringoptional      
paymentOptionTypePaymentOptionTypeoptional      
customerAccountCodexs:stringoptional      
street1xs:stringoptional      
street2xs:stringoptional      
annotation
documentation
Defines query against PaymentOption records using specified criteria.
source <xs:complexType name="QueryPaymentOption">
 
<xs:annotation>
   
<xs:documentation>Defines query against PaymentOption records using specified criteria.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="merchantAccountCode" type="MerchantAccountCode" use="optional"/>
 
<xs:attribute name="code" type="xs:string" use="optional"/>
 
<xs:attribute name="isActive" type="xs:boolean" use="optional"/>
 
<xs:attribute name="fromCreateDate" type="Date" use="optional"/>
 
<xs:attribute name="toCreateDate" type="Date" use="optional"/>
 
<xs:attribute name="holderName" type="xs:string" use="optional"/>
 
<xs:attribute name="number" type="xs:string" use="optional"/>
 
<xs:attribute name="accessory" type="xs:string" use="optional"/>
 
<xs:attribute name="city" type="xs:string" use="optional"/>
 
<xs:attribute name="state" type="xs:string" use="optional"/>
 
<xs:attribute name="zipCode" type="xs:string" use="optional"/>
 
<xs:attribute name="paymentOptionType" type="PaymentOptionType" use="optional"/>
 
<xs:attribute name="customerAccountCode" type="xs:string" use="optional"/>
 
<xs:attribute name="street1" type="xs:string" use="optional"/>
 
<xs:attribute name="street2" type="xs:string" use="optional"/>
</xs:complexType>

attribute QueryPaymentOption/@merchantAccountCode
type MerchantAccountCode
properties
isRef 0
use optional
source <xs:attribute name="merchantAccountCode" type="MerchantAccountCode" use="optional"/>

attribute QueryPaymentOption/@code
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="code" type="xs:string" use="optional"/>

attribute QueryPaymentOption/@isActive
type xs:boolean
properties
isRef 0
use optional
source <xs:attribute name="isActive" type="xs:boolean" use="optional"/>

attribute QueryPaymentOption/@fromCreateDate
type Date
properties
isRef 0
use optional
facets
pattern \d\d\d\d\d\d\d\d
source <xs:attribute name="fromCreateDate" type="Date" use="optional"/>

attribute QueryPaymentOption/@toCreateDate
type Date
properties
isRef 0
use optional
facets
pattern \d\d\d\d\d\d\d\d
source <xs:attribute name="toCreateDate" type="Date" use="optional"/>

attribute QueryPaymentOption/@holderName
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="holderName" type="xs:string" use="optional"/>

attribute QueryPaymentOption/@number
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="number" type="xs:string" use="optional"/>

attribute QueryPaymentOption/@accessory
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="accessory" type="xs:string" use="optional"/>

attribute QueryPaymentOption/@city
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="city" type="xs:string" use="optional"/>

attribute QueryPaymentOption/@state
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="state" type="xs:string" use="optional"/>

attribute QueryPaymentOption/@zipCode
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="zipCode" type="xs:string" use="optional"/>

attribute QueryPaymentOption/@paymentOptionType
type PaymentOptionType
properties
isRef 0
use optional
facets
enumeration A
enumeration C
enumeration D
enumeration S
enumeration V
enumeration M
source <xs:attribute name="paymentOptionType" type="PaymentOptionType" use="optional"/>

attribute QueryPaymentOption/@customerAccountCode
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="customerAccountCode" type="xs:string" use="optional"/>

attribute QueryPaymentOption/@street1
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="street1" type="xs:string" use="optional"/>

attribute QueryPaymentOption/@street2
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="street2" type="xs:string" use="optional"/>


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