CreateAccountVariableRequest: {
    description: string;
    mandate: boolean;
    name: string;
    value?: string;
}

Type declaration

  • description: string

    Account variable description

  • mandate: boolean

    Account variable mandatory flag

  • name: string

    Account variable name

  • Optionalvalue?: string

    Account variable value