export class PayRequestInfo { public static SHARED_DATA = 'pay-request-info-shared'; amount: number; orderDescription: string; data: any; }