Pular para o conteúdo principal

SUPPORT_PRESET_AMOUNTS_CENTS

@raizfc/contracts


@raizfc/contracts / SUPPORT_PRESET_AMOUNTS_CENTS

Variable: SUPPORT_PRESET_AMOUNTS_CENTS

const SUPPORT_PRESET_AMOUNTS_CENTS: readonly number[]

Defined in: finance/finance.dto.ts:202

SPEC-UX-FINANCE-001 "Support Amounts": R$5/10/20/50 presets; "Outro" (custom) enforces a higher R$50 floor client-side. The backend applies the single lower floor shared by every preset (SUPPORT_MIN_AMOUNT_CENTS) — the custom-input floor is a UI affordance, not a distinct server-side rule, since no spec defines two different numeric floors for the same domain error.