Versions Compared

Key

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

...

Panel
titlePwsBillingCycleRef
  • 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 Uid, a unique and immutable identifier for a Billing Cycle

Unique Identifier.



1152921504606853180

Usage Example(s)


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