/** * Do not edit this file it is auto-generated by io-utils / gen-api-models. * See https://github.com/pagopa/io-utils */ import * as t from "io-ts"; export declare const BPDTransactionList: t.ExactC, t.PartialC<{ acquirer_id: t.StringC; acquirer_descr: t.Type; id_trx_issuer: t.StringC; operation_type: t.StringC; operation_type_descr: t.Type; circuit_type: t.StringC; circuit_type_descr: t.Type; amount: t.NumberC; amount_currency: t.StringC; amount_currency_descr: t.StringC; score: t.NumberC; award_period_id: t.NumberC; merchant_id: t.StringC; correlation_id: t.StringC; bin: t.StringC; terminal_id: t.StringC; enabled: t.BooleanC; elab_ranking: t.BooleanC; insert_date: t.StringC; insert_user: t.StringC; update_date: t.StringC; update_user: t.StringC; }>]>>>; }>, t.PartialC<{}>]>>; export declare type BPDTransactionList = t.TypeOf;