import { PaylineCurrency } from "./payline-currency.js"; declare class PaylinePayment { action: number; mode: string; contractNumber: string; currency: PaylineCurrency; amount?: string | number; differedActionDate?: string; method?: string; softDescriptor?: string; cardBrand?: string; registrationToken?: string; cumulatedAmount?: string; } export { PaylinePayment };