GetMethodSchemaRequest: Message<"virtufin.GetMethodSchemaRequest"> & {
    method: string;
    service: string;
    type: string;
}

Type declaration

  • method: string

    from field: string method = 2;

  • service: string

    from field: string service = 1;

  • type: string

    from field: string type = 3;

from message virtufin.GetMethodSchemaRequest