type
PaymentContext
type PaymentContext struct {
Context ridu.HookContext
Form store.Document
Field store.Values
SubmissionData map[string]store.Value
Total float64
}Trusted form, submitted values, field definition, and calculated total supplied before commit.
Source plugins/formbuilder/payment.go:23
Contextridu.HookContext- The Context value.
Formstore.Document- The Form value.
Fieldstore.Values- The Field value.
SubmissionDatamap[string]store.Value- The SubmissionData value.
Totalfloat64- The Total value.