import { Resource } from './Resource'; export declare class TransactionResource extends Resource { id?: string | null; updatedAt?: string | null; createdAt?: string | null; datetime?: string | null; payerName?: string | null; payerEmail?: string | null; payerTelephoneNumber?: string | null; orderNumber?: string | null; currency?: string | null; amount?: number | null; exchangeReferenceNumber?: string | null; exchangeTransactionId?: string | null; payerBankName?: string | null; status?: string | null; statusDescription?: string | null; returnUrl?: string | null; metadata?: Record | null; payout?: Record | null; paymentGateway?: Record | null; portal?: string | null; merchant?: Record | null; mandate?: Record | null; } //# sourceMappingURL=TransactionResource.d.ts.map