Skip to main content

Create product rate plan charges and subscriptions

Zuora

Create product rate plan charges and subscriptions

The Multi-Attribute Pricing charge model for one-time and recurring charges is available to all customers.

After the lookup table is defined, you can start creating product rate plan charges and subscriptions.

Procedure

To create product rate plan charges and subscriptions, complete the following steps:

  1. Create a product in the product catalog through the Zuora UI or by calling the CRUD: Create product operation.
  2. Create a product rate plan for the product through the Zuora UI or by calling the CRUD: Create product rate plan operation.
  3. Navigate to the product rate plan that you want to edit.
  4. Within the product rate plan, click + add new under Usage Charges/UOM.
  5. On the New Component (Usage) dialog that is displayed, configure the following fields to create a new usage charge with the Multi-Attribute Pricing charge model:
    1. In the Charge Name field, enter the name of the new usage charge. In this scenario, enter CarRental Pricing.
    2. In the Charge Amount area, select Multi-Attribute Pricing from the Charge Model list.
    3. From the UOM list, select Each.
    4. In the Price Formula field, enter (please use the Price Formula Reference): 
      usageQuantity() * objectLookup("CarRental", "multiplier__c", ["type__c"= fieldLookup("usage.type__c"), "state__c"= fieldLookup("usage.state__c")]) 
    5. In the Timing of Charge area, configure the desired charge timing information.
  6. Click save to save the usage charge configurations.
  7. Create a subscription to subscribe to the usage charge.

The subscription associated with the predefined multi-attribute lookup table is created.