interface
PaymentFormField
interface PaymentFormField { ... }A payment total and provider selection definition.
Source packages/plugin-form-builder/src/index.ts:23
blockType"payment"- The blockType value.
basePricenumber- The basePrice value.
paymentProcessorstring- The paymentProcessor value.
priceConditionsPriceCondition[]- The priceConditions value.
_keystring- The _key value.
namestring- The name value.
labelstring- The label value.
requiredboolean- The required value.
widthnumber- The width value.