PwsInvoiceAvailableBalance

Overview

This data structure captures the available prepayment balance amount on the invoice. 

Format


PwsInvoiceAvailableBalance

Elements

Element

Data Type

Required?

Description

ContractLineItem

PwsContractLineItemSummary

Yes

This data structure contains the basic information on a contract line item. 

EditableFlag

Boolean

No

If set to true, the available prepayment amount could  be applied to this invoice. 

UnappliedPrepaidAmount

Double

Yes

The available prepayment balance amount on the invoice

Usage Example(s)


Example 01
                  <b:PwsInvoiceAvailableBalance>
                     <b:ContractLineItem>
                        <b:ContractLineItemCode>VANGOGH-CL1</b:ContractLineItemCode>
                        <b:ContractLineItemId i:nil="true"/>
                        <b:ContractLineItemUid>1152921504606994259</b:ContractLineItemUid>
                        <b:ContractLineItemName>Van Gogh and Nature exhibit</b:ContractLineItemName>
                        <b:EngagementIdentity>
                           <b:EngagementCode>VANGOGH</b:EngagementCode>
                           <b:EngagementId i:nil="true"/>
                           <b:EngagementUid>1152921504607239030</b:EngagementUid>
                        </b:EngagementIdentity>
                     </b:ContractLineItem>
                     <b:EditableFlag>true</b:EditableFlag>
                     <b:UnappliedPrepaidAmount>1000</b:UnappliedPrepaidAmount>
                  </b:PwsInvoiceAvailableBalance>