Back to Node Auth0

Interface FormFieldPayment

docs/interfaces/management.Management.FormFieldPayment.html

5.9.11.2 KB
Original Source

Interface FormFieldPayment

interface FormFieldPayment {
id: string;
category: "FIELD";
type: "PAYMENT";
config: FormFieldPaymentConfig;
label?: string;
hint?: string;
required?: boolean;
sensitive?: boolean;
}

Index

Properties

idcategorytypeconfiglabel?hint?required?sensitive?

Properties

id

id: string

category

category: "FIELD"

type

type: "PAYMENT"

config

config: FormFieldPaymentConfig

Optionallabel

label?: string

Optionalhint

hint?: string

Optionalrequired

required?: boolean

Optionalsensitive

sensitive?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idcategorytypeconfiglabelhintrequiredsensitive