Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 39 Next »

Overview


This specifies the identity of the Billing Cycle. Billing Cycles are used to determine when and how often clients should be invoiced. Each client and engagement can be assigned a Billing Cycle.


Format


PwsBillingCycleRef
  • PwsBillingCycleRef
    • BillingCycleId: Int32
    • BillingCycleName: String
    • BillingCycleUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

BillingCycleId

Int32


Billing Cycle ID. For internal use only.


6204

BillingCycleName

String


 Billing Cycle Name


Monthly

BillingCycleUid

Int64


 Billing Cycle Unique Identifier.


1152921504606853180

Usage Example(s)


Example 01
                    <PwsBillingCycleRef>  
                      <BillingCycleId>6204</BillingCycleId>
                      <BillingCycleName>Monthly</BillingCycleName>
                      <BillingCycleUid>1152921504606853180</BillingCycleUid>
                    </PwsBillingCycleRef>
  • No labels