type

PriceCondition

type PriceCondition struct { FieldToUse string Condition string ValueForCondition string Operator string ValueType string ValueForOperator string }

One conditional arithmetic adjustment to a payment base price.

Source plugins/formbuilder/payment.go:13

FieldToUsestring
The FieldToUse value.
Conditionstring
The Condition value.
ValueForConditionstring
The ValueForCondition value.
Operatorstring
The Operator value.
ValueTypestring
The ValueType value.
ValueForOperatorstring
The ValueForOperator value.