...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
BillingCycleId | Int32 | On Update: No On Insert: No |
| The billing cycle Id is a unique identifier for a billing cycle. For internal use only. | 6204 |
BillingCycleName | String | On Update: No On Insert: No |
| The billing cycle name |
Monthly | |||||
BillingCycleUid | Int64 | On Update: No On Insert: No |
| The billing cycle Uid is a unique and immutable identifier for a billing cycle. | 1152921504606853180 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PwsBillingCycleRef> <BillingCycleId>6204</BillingCycleId> <BillingCycleName>Monthly</BillingCycleName> <BillingCycleUid>1152921504606853180</BillingCycleUid> </PwsBillingCycleRef> |