Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

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

Format


Panel
titlePwsInvoiceAvailableBalance

Elements

Element

Data Type

Required?

Default

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)


Code Block
languagexml
titleExample 01
collapsetrue
                  <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>

...