interface PaymentItemimport { type PaymentItem } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts"; Propertiesamount: PaymentCurrencyAmountlabel: stringoptionalpending: boolean