AsObject: {
    component: Component;
    id: FieldId;
    label: string;
    maxlength: number;
    minlength: number;
    requiredForCountriesList: string[];
    supportedCountriesList: Country.AsObject[];
    supportedCurrenciesList: TradeCurrency.AsObject[];
    supportedSepaEuroCountriesList: Country.AsObject[];
    supportedSepaNonEuroCountriesList: Country.AsObject[];
    type: string;
    value: string;
}

Type declaration

Generated using TypeDoc