| diagram |
 |
| namespace |
http://www.cisco.com/AXL/API/15.0 |
| type |
extension of axlapi:APIRequest |
| properties |
|
| children |
uuid userId password resendOnFailure billingServerProtocol |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | Annotation | | sequence | xsd:unsignedLong | optional | | | |
|
| source |
<xsd:complexType name="UpdateBillingServerReq">
<xsd:complexContent>
<xsd:extension base="axlapi:APIRequest">
<xsd:sequence>
<xsd:element name="uuid" type="axlapi:XUUID" nillable="false"/>
<xsd:element name="userId" type="xsd:string" nillable="false" minOccurs="0"/>
<xsd:element name="password" type="xsd:string" nillable="false" minOccurs="0"/>
<xsd:element name="resendOnFailure" type="axlapi:boolean" default="true" nillable="false" minOccurs="0"/>
<xsd:element name="billingServerProtocol" type="axlapi:XBillingserverprotocol" default="SFTP" nillable="false" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |