...
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 (50) | On Update: Yes (if BillingCycleUid is not supplied) On Insert: Yes (if BillingCycleUid is not supplied) | The billing cycle nameMonthly | Monthly | ||
BillingCycleUid | Int64 | On Update: Yes (if BillingCycleName is not supplied) On Insert: Yes (if BillingCycleName is not supplied) | The billing cycle Uid is a unique and immutable identifier for a billing cycle | 1152921504606853180 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PwsBillingCycleRef> <b:BillingCycleIdentity> <BillingCycleId>6204</BillingCycleId><b:BillingCycleId i:nil="true"/> <BillingCycleName>Monthly<<b:BillingCycleName>Monthly</b:BillingCycleName> <BillingCycleUid>1152921504606853180</ <b:BillingCycleUid>1152921504606853180</b:BillingCycleUid> </PwsBillingCycleRef>b:BillingCycleIdentity> |