You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Graduated percentage ranges, sorted from bottom to top tiers, used for a `graduated_percentage` charge model.
[optional]
amount
String
- The unit price, excluding tax, for a `standard` charge model. It is expressed as a decimal value. - The amount, excluding tax, for a complete set of units in a `package` charge model. It is expressed as a decimal value.
[optional]
free_units
Integer
The quantity of units that are provided free of charge for each billing period in a `package` charge model. This field specifies the number of units that customers can use without incurring any additional cost during each billing cycle.
[optional]
package_size
Integer
The quantity of units included in each pack or set for a `package` charge model. It indicates the number of units that are bundled together as a single package or set within the pricing structure.
[optional]
rate
String
The percentage rate that is applied to the amount of each transaction for a `percentage` charge model. It is expressed as a decimal value.
[optional]
fixed_amount
String
The fixed fee that is applied to each transaction for a `percentage` charge model. It is expressed as a decimal value.
[optional]
free_units_per_events
Integer
The count of transactions that are not impacted by the `percentage` rate and fixed fee in a percentage charge model. This field indicates the number of transactions that are exempt from the calculation of charges based on the specified percentage rate and fixed fee.
[optional]
free_units_per_total_aggregation
String
The transaction amount that is not impacted by the `percentage` rate and fixed fee in a percentage charge model. This field indicates the portion of the transaction amount that is exempt from the calculation of charges based on the specified percentage rate and fixed fee.
[optional]
per_transaction_max_amount
String
Specifies the maximum allowable spending for a single transaction. Working as a transaction cap.
[optional]
per_transaction_min_amount
String
Specifies the minimum allowable spending for a single transaction. Working as a transaction floor.