/** * Customer payload that will be saved on payment */ export interface IPaymentCustomerMeta { name: string; email: string; phoneNumber: string; }