Property |
REQUIRED |
Comments |
Example |
BEES Customer |
BEES Force |
conditions object |
false |
false |
|
|
conditions.alternativeDeliveryDate boolean |
false |
false |
The alternative date chosen for delivery date. |
false |
conditions.dependsOnVendorChargeIds array[string] |
false |
false |
The interest id which this charge is dependent on. |
['CORONA01','CORONA02'] |
conditions.orderTotal object |
false |
false |
|
|
conditions.orderTotal.maximumValue number |
false |
false |
The max total value an order should have to apply charge with limit of 15 decimal numbers. |
1.25 |
conditions.orderTotal.minimumValue number |
false |
false |
The min total value an order should have to apply charge with limit of 15 decimal numbers. |
123.45 |
conditions.paymentMethod string |
false |
false |
The chosen payment method to apply the charge. |
CASH |
conditions.scaledFrom string |
false |
false |
The type of the value that should be checked to scale to apply the charge.
Allowed value: ORDER_TOTAL
|
ORDER_TOTAL |
conditions.productAttributes object |
false |
false |
|
|
conditions.productAttributes.isAlcoholic boolean |
false |
false |
Define if product is alcoholic |
true |
conditions.paymentTerms array[integer] |
false |
false |
The payment terms |
[1,30] |