export interface IApplePayPaymentProvider {
    validatePaymentSession(data: any): any;
}
