The Class BundleTemplateDto.
| name | data type | type | namespace | min/max occurs | constraints | wrapped by | description |
|---|---|---|---|---|---|---|---|
| bundleProduct | bundleProductTemplateDto | element | 1/unbounded | required | bundleProducts | The bundle product templates. | |
Properties inherited from productTemplateDto |
|||||||
| businessProductModel | businessProductModelDto | element | 0/1 | The business product model. | |||
| productChargeTemplate | productChargeTemplateDto | element | 1/unbounded | required | productChargeTemplates | The product charge templates. | |
| walletTemplate | walletTemplateDto | element | 0/unbounded | walletTemplates | The wallet templates. | ||
Properties inherited from productOfferingDto |
|||||||
| validFrom | dateTime | attribute | 0/1 | The valid from. | |||
| validTo | dateTime | attribute | 0/1 | The valid to. | |||
| channel | channelDto | element | 0/unbounded | channels | The channels. | ||
| customFields | customFieldsDto | element | 0/1 | The custom fields. | |||
| customerCategory | customerCategoryDto | element | 0/unbounded | customerCategories | |||
| digitalResource | digitalResourceDto | element | 0/unbounded | digitalResources | The attachments. | ||
| globalRatingScriptInstance | string | element | 0/1 | The global rating script instance. | |||
| imageBase64 | string | element | 0/1 | The image base 64. | |||
| imagePath | string | element | 0/1 | This field is populated on find and list. Use to pull the image from a servlet later on. | |||
| languageDescriptions | languageDescriptionDto | element | 0/unbounded | The language descriptions. | |||
| lifeCycleStatus | lifeCycleStatusEnum | element | 1/1 | required | The life cycle status. | ||
| longDescription | string | element | 0/1 | The long description. | |||
| longDescriptionsTranslated | languageDescriptionDto | element | 0/unbounded | The long descriptions translated. | |||
| modelCode | string | element | 0/1 | The model code. | |||
| name | string | element | 1/1 | required | The name. | ||
| offerTemplateCategory | offerTemplateCategoryDto | element | 0/unbounded | offerTemplateCategories | The offer template categories. | ||
| seller | string | element | 0/unbounded | sellers | The sellers. | ||
Properties inherited from enableBusinessDto |
|||||||
| code | string | attribute | 1/1 | The code | |||
| description | string | attribute | 0/1 | The description | |||
| id | long | attribute | 0/1 | The id. | |||
| auditable | auditableDto | element | 0/1 | ||||
| auditableField | auditableFieldDto | element | 0/unbounded | auditableFields | |||
| disabled | boolean | element | 0/1 | Is entity disabled. Value is ignored in Update action - use enable/disable API instead. | |||
| updatedCode | string | element | 0/1 | The updated code. | |||
Example
<BundleTemplate validFrom="..." validTo="...">
<bundleProducts>
<bundleProduct>
<productTemplate>
<productChargeTemplates>
<productChargeTemplate/>
</productChargeTemplates>
<businessProductModel/>
<walletTemplates>
<walletTemplate/>
</walletTemplates>
</productTemplate>
<quantity>...</quantity>
</bundleProduct>
</bundleProducts>
<productChargeTemplates>
<productChargeTemplate>
<filterExpression>...</filterExpression>
</productChargeTemplate>
</productChargeTemplates>
<businessProductModel>
<productTemplate/>
</businessProductModel>
<walletTemplates>
<walletTemplate code="..." description="..." id="...">
<walletType>...</walletType>
<consumptionAlertSet>...</consumptionAlertSet>
<auditable/>
<fastRatingLevel>...</fastRatingLevel>
<auditableFields>
<auditableField/>
</auditableFields>
<lowBalanceLevel>...</lowBalanceLevel>
<updatedCode>...</updatedCode>
<rejectLevel>...</rejectLevel>
</walletTemplate>
</walletTemplates>
<name>...</name>
<offerTemplateCategories>
<offerTemplateCategory/>
</offerTemplateCategories>
<channels>
<channel/>
</channels>
<digitalResources>
<digitalResource/>
</digitalResources>
<modelCode>...</modelCode>
<lifeCycleStatus>...</lifeCycleStatus>
<customFields/>
<imagePath>...</imagePath>
<imageBase64>...</imageBase64>
<languageDescriptions/>
<longDescription>...</longDescription>
<longDescriptionsTranslated/>
<globalRatingScriptInstance>...</globalRatingScriptInstance>
<sellers>
<seller>...</seller>
</sellers>
<customerCategories>
<customerCategory/>
</customerCategories>
</BundleTemplate>