import { Resource } from './Resource'; export declare class PaymentIntentResource extends Resource { payerName: string; payerEmail: string; payerTelephoneNumber?: string | null; orderNumber: string; amount: number; url: string; type: string; id: string; status: string; lastAttempt?: any; paidAt?: string | null; currency: string; attempts: any[]; } //# sourceMappingURL=PaymentIntentResource.d.ts.map