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 32 Next »

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.


ElementData TypeDescriptionDefault (on insert/update)Sample Data
BillingCycleIdInt32Billing Cycle ID. For internal use only.
6204
BillingCycleNameStringBilling Cycle Name
Monthly
BillingCycleUidInt64Billing Cycle Unique Identifier. For internal use only.
1152921504606853180

Usage Example(s)


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