describe('payerName', () => {
      it('should return `payerName`', () => {
        expect(paymentRequest.payerName).toBe(paymentResponseData.payerName);
      });