complexType masterAccountCostInfo
diagram PlatformServices_p5064.png
namespace http://impl.platform.rosettahub.com/
children accountId accountName aggregatedConsolidatedCost aggregatedConsolidatedCredits aggregatedCreditUsage billingPeriodEndDate billingPeriodStartDate cloudId cpocLogin currency currencyConversionRate currentConsolidatedCost currentConsolidatedCredits currentCreditUsage currentMonth currentYear lastCurrentConsolidatedCostUpdate linkedAccountCosts previousConsolidatedCostUpdate previousMonthConsolidatedCost previousMonthConsolidatedCredits previousPeriodConsolidatedCost previousPeriodConsolidatedCredits rootCloudAccountIdentifier
used by
element suGetDetailedBillingResponse/return
source <xsd:complexType name="masterAccountCostInfo">
 
<xsd:sequence>
   
<xsd:element name="accountId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="accountName" type="xs:string" minOccurs="0"/>
   
<xsd:element name="aggregatedConsolidatedCost" type="xs:double"/>
   
<xsd:element name="aggregatedConsolidatedCredits" type="xs:double"/>
   
<xsd:element name="aggregatedCreditUsage" type="tns:linkedAccountCredit" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="billingPeriodEndDate" type="xs:dateTime" minOccurs="0"/>
   
<xsd:element name="billingPeriodStartDate" type="xs:dateTime" minOccurs="0"/>
   
<xsd:element name="cloudId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="cpocLogin" type="xs:string" minOccurs="0"/>
   
<xsd:element name="currency" type="xs:string" minOccurs="0"/>
   
<xsd:element name="currencyConversionRate" type="xs:double"/>
   
<xsd:element name="currentConsolidatedCost" type="xs:double"/>
   
<xsd:element name="currentConsolidatedCredits" type="xs:double"/>
   
<xsd:element name="currentCreditUsage" type="tns:linkedAccountCredit" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="currentMonth" type="xs:int"/>
   
<xsd:element name="currentYear" type="xs:int"/>
   
<xsd:element name="lastCurrentConsolidatedCostUpdate" type="xs:dateTime" minOccurs="0"/>
   
<xsd:element name="linkedAccountCosts" type="tns:linkedAccountCostInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="previousConsolidatedCostUpdate" type="xs:dateTime" minOccurs="0"/>
   
<xsd:element name="previousMonthConsolidatedCost" type="xs:double"/>
   
<xsd:element name="previousMonthConsolidatedCredits" type="xs:double"/>
   
<xsd:element name="previousPeriodConsolidatedCost" type="xs:double"/>
   
<xsd:element name="previousPeriodConsolidatedCredits" type="xs:double"/>
   
<xsd:element name="rootCloudAccountIdentifier" type="tns:cloudAccountIdentifier" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element masterAccountCostInfo/accountId
diagram PlatformServices_p5065.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="accountId" type="xs:string" minOccurs="0"/>

element masterAccountCostInfo/accountName
diagram PlatformServices_p5066.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="accountName" type="xs:string" minOccurs="0"/>

element masterAccountCostInfo/aggregatedConsolidatedCost
diagram PlatformServices_p5067.png
type xsd:double
properties
content simple
source <xsd:element name="aggregatedConsolidatedCost" type="xs:double"/>

element masterAccountCostInfo/aggregatedConsolidatedCredits
diagram PlatformServices_p5068.png
type xsd:double
properties
content simple
source <xsd:element name="aggregatedConsolidatedCredits" type="xs:double"/>

element masterAccountCostInfo/aggregatedCreditUsage
diagram PlatformServices_p5069.png
type tns:linkedAccountCredit
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children accountId amountUsed creditName
source <xsd:element name="aggregatedCreditUsage" type="tns:linkedAccountCredit" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element masterAccountCostInfo/billingPeriodEndDate
diagram PlatformServices_p5070.png
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="billingPeriodEndDate" type="xs:dateTime" minOccurs="0"/>

element masterAccountCostInfo/billingPeriodStartDate
diagram PlatformServices_p5071.png
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="billingPeriodStartDate" type="xs:dateTime" minOccurs="0"/>

element masterAccountCostInfo/cloudId
diagram PlatformServices_p5072.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="cloudId" type="xs:string" minOccurs="0"/>

element masterAccountCostInfo/cpocLogin
diagram PlatformServices_p5073.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="cpocLogin" type="xs:string" minOccurs="0"/>

element masterAccountCostInfo/currency
diagram PlatformServices_p5074.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="currency" type="xs:string" minOccurs="0"/>

element masterAccountCostInfo/currencyConversionRate
diagram PlatformServices_p5075.png
type xsd:double
properties
content simple
source <xsd:element name="currencyConversionRate" type="xs:double"/>

element masterAccountCostInfo/currentConsolidatedCost
diagram PlatformServices_p5076.png
type xsd:double
properties
content simple
source <xsd:element name="currentConsolidatedCost" type="xs:double"/>

element masterAccountCostInfo/currentConsolidatedCredits
diagram PlatformServices_p5077.png
type xsd:double
properties
content simple
source <xsd:element name="currentConsolidatedCredits" type="xs:double"/>

element masterAccountCostInfo/currentCreditUsage
diagram PlatformServices_p5078.png
type tns:linkedAccountCredit
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children accountId amountUsed creditName
source <xsd:element name="currentCreditUsage" type="tns:linkedAccountCredit" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element masterAccountCostInfo/currentMonth
diagram PlatformServices_p5079.png
type xsd:int
properties
content simple
source <xsd:element name="currentMonth" type="xs:int"/>

element masterAccountCostInfo/currentYear
diagram PlatformServices_p5080.png
type xsd:int
properties
content simple
source <xsd:element name="currentYear" type="xs:int"/>

element masterAccountCostInfo/lastCurrentConsolidatedCostUpdate
diagram PlatformServices_p5081.png
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="lastCurrentConsolidatedCostUpdate" type="xs:dateTime" minOccurs="0"/>

element masterAccountCostInfo/linkedAccountCosts
diagram PlatformServices_p5082.png
type tns:linkedAccountCostInfo
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children accountId accountName aggregatedCost aggregatedCredits currentCost currentCredits currentMonth currentYear lastCurrentCostUpdate previousCostUpdate previousMonthCost previousMonthCredits previousPeriodCost previousPeriodCredits userLogin
source <xsd:element name="linkedAccountCosts" type="tns:linkedAccountCostInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element masterAccountCostInfo/previousConsolidatedCostUpdate
diagram PlatformServices_p5083.png
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="previousConsolidatedCostUpdate" type="xs:dateTime" minOccurs="0"/>

element masterAccountCostInfo/previousMonthConsolidatedCost
diagram PlatformServices_p5084.png
type xsd:double
properties
content simple
source <xsd:element name="previousMonthConsolidatedCost" type="xs:double"/>

element masterAccountCostInfo/previousMonthConsolidatedCredits
diagram PlatformServices_p5085.png
type xsd:double
properties
content simple
source <xsd:element name="previousMonthConsolidatedCredits" type="xs:double"/>

element masterAccountCostInfo/previousPeriodConsolidatedCost
diagram PlatformServices_p5086.png
type xsd:double
properties
content simple
source <xsd:element name="previousPeriodConsolidatedCost" type="xs:double"/>

element masterAccountCostInfo/previousPeriodConsolidatedCredits
diagram PlatformServices_p5087.png
type xsd:double
properties
content simple
source <xsd:element name="previousPeriodConsolidatedCredits" type="xs:double"/>

element masterAccountCostInfo/rootCloudAccountIdentifier
diagram PlatformServices_p5088.png
type tns:cloudAccountIdentifier
properties
minOcc 0
maxOcc 1
content complex
children cloudAccountUid
source <xsd:element name="rootCloudAccountIdentifier" type="tns:cloudAccountIdentifier" minOccurs="0"/>

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