/** * Do not edit this file it is auto-generated by io-utils / gen-api-models. * See https://github.com/pagopa/io-utils */ import { IWithinRangeIntegerTag } from "italia-ts-commons/lib/numbers"; import * as t from "io-ts"; /** * Maximum amount in euro cents that a service is allowed to charge to a user. */ export declare type MaxAllowedPaymentAmount = t.TypeOf; declare const MaxAllowedPaymentAmountBase: t.UnionC<[t.Type, number & IWithinRangeIntegerTag<0, 9999999999>, unknown>, t.LiteralC<9999999999>]>; export declare const MaxAllowedPaymentAmount: t.Type<9999999999 | (number & IWithinRangeIntegerTag<0, 9999999999>), any, unknown>; export {};