Versions Compared

Key

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

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.


Element
NameData TypeDefaultDescriptionSample Data
BillingCycleIdInt32
Billing Cycle ID. For internal use only.6204
BillingCycleNameString
Billing Cycle NameMonthly
BillingCycleUidInt64
Billing Cycle Unique Identifier. For internal use only.1152921504606853180

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <BillingCycleIdentity>
                        <BillingCycleId>6204</BillingCycleId>
                        <BillingCycleName>Monthly</BillingCycleName>
                        <BillingCycleUid>1152921504606853180</BillingCycleUid>
                     </BillingCycleIdentity>