Charging period object
Matthew James Finkel avatar
Written by Matthew James Finkel
Updated over a week ago

The item.charging_period object contains information held against a product or opportunity item record. These records contain details of the rental charge applied to an opportunity item or product rate. 

The item.charging_period object can be accessed in opportunity or product document layouts: 

{% for charge_period in item.charging_periods %}
  {{ charge_period.name }}
{% endfor %}

Objects

Did this answer your question?