depositAndFeeRule
Accepts id, businessUnitGroupId, businessUnitId arguments and returns a single deposit and fee rule in response.
Either businessUnitGroupId or businessUnitId argument must be supplied.
depositAndFeeRule(
id: String!
businessUnitGroupId: String
businessUnitId: String
): DepositAndFeeRule
Arguments
depositAndFeeRule.id
● String!
non-null scalar
The ID of the deposit and fee rule.
depositAndFeeRule.businessUnitGroupId
● String
scalar
The ID of the business unit group.
depositAndFeeRule.businessUnitId
● String
scalar
The ID of the business unit.
Type
DepositAndFeeRule
object
The deposit and fee rule describes the amount of deposit/fee that will be added to the receipt when a specific item is sold in POS. E.g. a bottle of water has a deposit for the plastic bottle and an amount (price + VAT) is added to the transaction, when the empty bottle is returned to the same or any other store then the deposit is returned to the customer.