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