export interface PaymentData { status: string; uid: string; statusIndicator: string; paymentPage: string; }